Skip to content

Commit b09176c

Browse files
committed
use CDN url instead of GitHub link
1 parent c2fafdd commit b09176c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README-CN.md

+8
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ CLI 版本更改说明请参考 [CHANGELOG](./CHANGELOG.md)
6161
brew install aliyun-cli
6262
```
6363

64+
- **使用一键安装脚本**
65+
66+
你可以在 macOS 或 Linux 的命令行终端运行下面的命令:
67+
68+
```sh
69+
/bin/bash -c "$(curl -fsSL https://aliyuncli.alicdn.com/install.sh)"
70+
```
71+
6472
如果需要详细安装步骤或者编译安装步骤请访问官网文档 [安装 CLI](https://help.aliyun.com/document_detail/121988.html)
6573

6674
## 配置

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ brew install aliyun-cli
6363
You can paste the following command in a macOS Terminal or Linux shell prompt.
6464

6565
```sh
66-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/aliyun/aliyun-cli/HEAD/install.sh)"
66+
/bin/bash -c "$(curl -fsSL https://aliyuncli.alicdn.com/install.sh)"
6767
```
6868

6969
If you need detailed installation steps or compile the installation steps, please visit [Installation Guide](https://www.alibabacloud.com/help/zh/doc-detail/121988.html).

0 commit comments

Comments
 (0)