File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,11 @@ mscli
179179### 9.1 Install from script
180180
181181``` bash
182- curl -fsSL http://47.115.175.134/mscli/install.sh | bash
182+ # GitHub
183+ curl -fsSL https://raw.githubusercontent.com/mindspore-lab/mindspore-cli/main/scripts/install.sh | bash
184+
185+ # GitCode (中国用户)
186+ curl -fsSL https://gitcode.com/mindspore-lab/mindspore-cli/raw/main/scripts/install.sh | bash
183187```
184188
185189### 9.2 Build from source
Original file line number Diff line number Diff line change @@ -179,7 +179,11 @@ mscli
179179### 9.1 脚本安装
180180
181181``` bash
182- curl -fsSL http://47.115.175.134/mscli/install.sh | bash
182+ # GitCode(推荐)
183+ curl -fsSL https://gitcode.com/mindspore-lab/mindspore-cli/raw/main/scripts/install.sh | bash
184+
185+ # GitHub
186+ curl -fsSL https://raw.githubusercontent.com/mindspore-lab/mindspore-cli/main/scripts/install.sh | bash
183187```
184188
185189### 9.2 从源码构建
You can’t perform that action at this time.
0 commit comments