docs: restore default install flow and keep Ubuntu notes collapsed
Signed-off-by: Asklv <boironic@gmail.com>
This commit is contained in:
16
README.md
16
README.md
@@ -45,23 +45,17 @@ You send a message on Telegram. The ESP32-S3 picks it up over WiFi, feeds it int
|
|||||||
### Install
|
### Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# You need ESP-IDF v5.5+ installed first:
|
||||||
|
# https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32s3/get-started/
|
||||||
|
|
||||||
git clone https://github.com/memovai/mimiclaw.git
|
git clone https://github.com/memovai/mimiclaw.git
|
||||||
cd mimiclaw
|
cd mimiclaw
|
||||||
|
|
||||||
# Ubuntu quick setup (installs ESP-IDF v5.5.2 + toolchain for esp32s3)
|
idf.py set-target esp32s3
|
||||||
./scripts/setup_idf_ubuntu.sh
|
|
||||||
|
|
||||||
# Build with the configured ESP-IDF
|
|
||||||
./scripts/build_ubuntu.sh
|
|
||||||
|
|
||||||
# Or use upstream manual setup:
|
|
||||||
# https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32s3/get-started/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Ubuntu Notes
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Ubuntu dependency versions and build steps (collapsed by default)</summary>
|
<summary>Ubuntu Install</summary>
|
||||||
|
|
||||||
Recommended baseline:
|
Recommended baseline:
|
||||||
|
|
||||||
|
|||||||
16
README_CN.md
16
README_CN.md
@@ -45,23 +45,17 @@ MimiClaw 把一块小小的 ESP32-S3 开发板变成你的私人 AI 助理。插
|
|||||||
### 安装
|
### 安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# 需要先安装 ESP-IDF v5.5+:
|
||||||
|
# https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32s3/get-started/
|
||||||
|
|
||||||
git clone https://github.com/memovai/mimiclaw.git
|
git clone https://github.com/memovai/mimiclaw.git
|
||||||
cd mimiclaw
|
cd mimiclaw
|
||||||
|
|
||||||
# Ubuntu 一键安装(安装 ESP-IDF v5.5.2 + esp32s3 工具链)
|
idf.py set-target esp32s3
|
||||||
./scripts/setup_idf_ubuntu.sh
|
|
||||||
|
|
||||||
# 使用已配置好的 ESP-IDF 构建
|
|
||||||
./scripts/build_ubuntu.sh
|
|
||||||
|
|
||||||
# 或按官方文档手动安装:
|
|
||||||
# https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32s3/get-started/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Ubuntu 备注
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Ubuntu 依赖版本与安装编译步骤(默认折叠)</summary>
|
<summary>Ubuntu Install</summary>
|
||||||
|
|
||||||
建议基线:
|
建议基线:
|
||||||
|
|
||||||
|
|||||||
16
README_JA.md
16
README_JA.md
@@ -45,23 +45,17 @@ Telegramでメッセージを送ると、ESP32-S3がWiFi経由で受信し、エ
|
|||||||
### インストール
|
### インストール
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# まずESP-IDF v5.5+をインストールしてください:
|
||||||
|
# https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32s3/get-started/
|
||||||
|
|
||||||
git clone https://github.com/memovai/mimiclaw.git
|
git clone https://github.com/memovai/mimiclaw.git
|
||||||
cd mimiclaw
|
cd mimiclaw
|
||||||
|
|
||||||
# Ubuntu向けクイックセットアップ(ESP-IDF v5.5.2 + esp32s3ツールチェーン)
|
idf.py set-target esp32s3
|
||||||
./scripts/setup_idf_ubuntu.sh
|
|
||||||
|
|
||||||
# 設定済みESP-IDFでビルド
|
|
||||||
./scripts/build_ubuntu.sh
|
|
||||||
|
|
||||||
# もしくは公式手順で手動セットアップ:
|
|
||||||
# https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32s3/get-started/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Ubuntu メモ
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Ubuntu の依存バージョンとインストール/ビルド手順(デフォルト折りたたみ)</summary>
|
<summary>Ubuntu Install</summary>
|
||||||
|
|
||||||
推奨ベースライン:
|
推奨ベースライン:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user