Skip to content

Commit 86c6777

Browse files
authored
description of installation method by brew
1 parent 20f8586 commit 86c6777

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
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:
@@ -46,4 +53,4 @@ Execute 'ucloud config --help' for more information.
4653

4754
### Uninstall UCloud CLI
4855

49-
Remove the executable file /user/local/bin/ucloud and the directory $HOME/.ucloud
56+
Remove the executable file /user/local/bin/ucloud and the directory $HOME/.ucloud

0 commit comments

Comments
 (0)