Skip to content

Commit f67337b

Browse files
authored
Merge pull request #3 from lixiaojun629/master
description of installation method by brew
2 parents 44e89fd + 2f98aa8 commit f67337b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ The UCloud Command Line Interface is a tool to manage your UCloud services. It's
44

55
### Install UCloud CLI
66

7-
You can install UCloud CLI by downloading executable binary file or building from the source code by yourself.
7+
You can install UCloud CLI by Homebrew/Linuxbrew, downloading executable binary file or building from the source code by yourself.
8+
9+
##### Homebrew(recommended)
10+
11+
You can use [Homebrew](https://brew.sh/) on macOS or [Linuxbrew](http://linuxbrew.sh/) on Linux. After installing Homebrew or Linuxbrew,just type the following command to complete the installation.
12+
```
13+
brew install ucloud
14+
```
815

916
##### Download binary file
1017
Archive links:

0 commit comments

Comments
 (0)