From 1603569e083e262cd15c54bd7ffc4e6229187178 Mon Sep 17 00:00:00 2001 From: LynnL4 Date: Tue, 30 Jan 2024 15:29:07 +0800 Subject: [PATCH] chore: typo --- docs/deploy/esp32/deploy.md | 2 +- docs/introduction/installation.md | 4 ++-- docs/zh_cn/deploy/esp32/deploy.md | 2 +- docs/zh_cn/introduction/installation.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/deploy/esp32/deploy.md b/docs/deploy/esp32/deploy.md index 265f59e3..9ea6e90c 100644 --- a/docs/deploy/esp32/deploy.md +++ b/docs/deploy/esp32/deploy.md @@ -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 && \ diff --git a/docs/introduction/installation.md b/docs/introduction/installation.md index ac825903..8831a8ba 100644 --- a/docs/introduction/installation.md +++ b/docs/introduction/installation.md @@ -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 git@github.com:Seeed-Studio/ModelAssistant.git --depth 1 && \ -cd SSCMA +cd ModelAssistant ``` ::: diff --git a/docs/zh_cn/deploy/esp32/deploy.md b/docs/zh_cn/deploy/esp32/deploy.md index b6368779..809ef9b1 100644 --- a/docs/zh_cn/deploy/esp32/deploy.md +++ b/docs/zh_cn/deploy/esp32/deploy.md @@ -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 && \ diff --git a/docs/zh_cn/introduction/installation.md b/docs/zh_cn/introduction/installation.md index 62641993..3ae151fb 100644 --- a/docs/zh_cn/introduction/installation.md +++ b/docs/zh_cn/introduction/installation.md @@ -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 git@github.com:Seeed-Studio/ModelAssistant.git --depth 1 && \ -cd SSCMA +cd ModelAssistant ``` :::