Skip to content

Commit cd14ce1

Browse files
vigo999claude
andcommitted
docs: replace mirror IP with GitHub/GitCode URLs in install commands
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7c5a21c commit cd14ce1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README_zh.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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 从源码构建

0 commit comments

Comments
 (0)