File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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。
Original file line number Diff line number Diff 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
7279Before using the CLI, you must complete the basic configurations.
You can’t perform that action at this time.
0 commit comments