fgksgf commented on a change in pull request #106: URL: https://github.com/apache/skywalking-cli/pull/106#discussion_r684623500
########## File path: README.md ########## @@ -28,6 +28,24 @@ Then copy the `./bin/swctl-latest-(darwin|linux|windows)-amd64` to your `PATH` d usually `/usr/bin/` or `/usr/local/bin`, or you can copy it to any directory you like, and add that directory to `PATH`, we recommend you to rename the `swctl-latest-(darwin|linux|windows)-amd64` to `swctl`. +In addition, you can also quickly install through the following methods: + +**Install swctl on Linux or macOS** + +```shell +/bin/bash -c "$(curl -fsSL https://github.com/apache/skywalking-cli/tree/master/scripts/install.sh)" Review comment: Because it is not merged yet, and should be https://raw.githubusercontent.com/apache/skywalking-cli/tree/master/scripts/install.sh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
