Skip to content

Commit 97319af

Browse files
Add instructions for installing swctl using Homebrew on macOS (#209)
1 parent 5e9ab3e commit 97319af

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,25 @@ same as GUI.
1616

1717
### Quick install
1818

19-
#### Linux or macOS
19+
#### Linux
2020

2121
Install the latest version with the following command:
2222

2323
```shell
2424
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/apache/skywalking-cli/master/scripts/install.sh)"
2525
```
2626

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+
2738
#### Windows
2839

2940
Note: you need to start cmd or powershell in administrator mode.

0 commit comments

Comments
 (0)