Skip to content

Commit

Permalink
use CDN url instead of GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Oct 31, 2024
1 parent fae8241 commit a110ecf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ CLI 版本更改说明请参考 [CHANGELOG](./CHANGELOG.md)
brew install aliyun-cli
```

- **使用一键安装脚本**

你可以在 macOS 或 Linux 的命令行终端运行下面的命令:

```sh
/bin/bash -c "$(curl -fsSL https://aliyuncli.alicdn.com/install.sh)"
```

如果需要详细安装步骤或者编译安装步骤请访问官网文档 [安装 CLI](https://help.aliyun.com/document_detail/121988.html)

## 配置
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ brew install aliyun-cli
You can paste the following command in a macOS Terminal or Linux shell prompt.

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

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).
Expand Down

0 comments on commit a110ecf

Please sign in to comment.