We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9ab3e commit 97319afCopy full SHA for 97319af
README.md
@@ -16,14 +16,25 @@ same as GUI.
16
17
### Quick install
18
19
-#### Linux or macOS
+#### Linux
20
21
Install the latest version with the following command:
22
23
```shell
24
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/apache/skywalking-cli/master/scripts/install.sh)"
25
```
26
27
+#### MacOS
28
+
29
+Use [Homebrew](https://brew.sh/) to install swctl on the macOS.
30
31
+```shell
32
+brew update
33
+brew install swctl
34
+```
35
36
+Besides that, you could still use the same command in Linux to install it.
37
38
#### Windows
39
40
Note: you need to start cmd or powershell in administrator mode.
0 commit comments