Skip to content

Commit 2bc315c

Browse files
authored
Merge pull request #169 from wenzuochao/dev_4.8
add new way of installing aliyun-cli into readme
2 parents f665763 + 0d21e00 commit 2bc315c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
$ make install
6868
```
6969

70+
- **使用brew**
71+
72+
如果你的电脑上安装了 `brew`, 你可以使用它来安装阿里云命令行工具:
73+
74+
```
75+
$ brew install aliyun-cli
76+
```
77+
7078
## 配置
7179

7280
在使用阿里云CLI前,您需要运行`aliyun configure`命令进行配置。在配置阿里云CLI时,您需要提供阿里云账号以及一对AccessKeyId和AccessKeySecret。

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,14 @@ You can install Alibaba Cloud CLI either through the installer or the source cod
6666
$ cd aliyun-cli
6767
$ make install
6868
```
69-
69+
- **Use brew**
70+
71+
If you have installed `brew` in your computer, you can use it to install Alibaba Cloud CLI as following:
72+
73+
```
74+
$ brew install aliyun-cli
75+
```
76+
7077
## Configure
7178

7279
Before using the CLI, you must complete the basic configurations.

0 commit comments

Comments
 (0)