Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 committed Jan 30, 2024
1 parent 68c969e commit 1603569
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/deploy/esp32/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In addition, if your ESP-IDF is not configured in a virtual environment, any ope
**Go to the root directory of the [SSCMA](https://github.com/Seeed-Studio/ModelAssistant) project** and run the following command to get the examples and its submodules.

```sh
git clone https://github.com/Seeed-Studio/sscma-example-esp32 examples/esp32 && \
git clone https://github.com/Seeed-Studio/sscma-example-esp32 -b 1.0.0 examples/esp32 && \
pushd examples/esp32 && \
git submodule init && \
git submodule update && \
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ First, you need to clone the [SSCMA Source Code](https://github.com/Seeed-Studio

```sh [HTTPS]
git clone https://github.com/Seeed-Studio/ModelAssistant.git --depth 1 && \
cd SSCMA
cd ModelAssistant
```

```sh [SSH]
git clone [email protected]:Seeed-Studio/ModelAssistant.git --depth 1 && \
cd SSCMA
cd ModelAssistant
```

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/deploy/esp32/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ conda deactivate
**进入 [SSCMA](https://github.com/Seeed-Studio/ModelAssistant) 项目的根目录**,运行下面的命令来获取示例和子模块。

```sh
git clone https://github.com/Seeed-Studio/sscma-example-esp32 examples/esp32 && \
git clone https://github.com/Seeed-Studio/sscma-example-esp32 -b 1.0.0 examples/esp32 && \
pushd examples/esp32 && \
git submodule init && \
git submodule update && \
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_cn/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Miniconda 是 conda 的免费最小安装程序,您可以从[Miniconda 官方

```sh [HTTPS]
git clone https://github.com/Seeed-Studio/ModelAssistant.git --depth 1 && \
cd SSCMA
cd ModelAssistant
```

```sh [SSH]
git clone [email protected]:Seeed-Studio/ModelAssistant.git --depth 1 && \
cd SSCMA
cd ModelAssistant
```

:::
Expand Down

0 comments on commit 1603569

Please sign in to comment.