From 97319afa997a29185047f2acfbe5e1f28b3abd89 Mon Sep 17 00:00:00 2001 From: Zixin Zhou Date: Tue, 24 Dec 2024 10:17:53 +0800 Subject: [PATCH] Add instructions for installing swctl using Homebrew on macOS (#209) --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cda03c..f52b887 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ same as GUI. ### Quick install -#### Linux or macOS +#### Linux Install the latest version with the following command: @@ -24,6 +24,17 @@ Install the latest version with the following command: /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.