You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,14 @@ The UCloud Command Line Interface is a tool to manage your UCloud services. It's
4
4
5
5
### Install UCloud CLI
6
6
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
+
```
8
15
9
16
##### Download binary file
10
17
Archive links:
@@ -46,4 +53,4 @@ Execute 'ucloud config --help' for more information.
46
53
47
54
### Uninstall UCloud CLI
48
55
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