-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
||
::: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
||
::: | ||
|