Skip to content

Commit

Permalink
Add instructions for installing swctl using Homebrew on macOS (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus authored Dec 24, 2024
1 parent 5e9ab3e commit 97319af
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,25 @@ same as GUI.

### Quick install

#### Linux or macOS
#### Linux

Install the latest version with the following command:

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

#### MacOS

Use [Homebrew](https://brew.sh/) to install swctl on the macOS.

```shell
brew update
brew install swctl
```

Besides that, you could still use the same command in Linux to install it.

#### Windows

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

0 comments on commit 97319af

Please sign in to comment.