This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 39dce3d Update README.md (#131)
39dce3d is described below
commit 39dce3dea9f5fdd26e03163a47214d4c0c4fee9d
Author: Brandon Fergerson <[email protected]>
AuthorDate: Tue Dec 28 19:20:42 2021 -0500
Update README.md (#131)
see https://github.com/apache/skywalking-cli/pull/106#discussion_r684621030
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 95c1dfd..e8e81f2 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ same as GUI.
Install the latest version with the following command:
```shell
-/bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/apache/skywalking-cli/tree/master/scripts/install.sh)"
+/bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/apache/skywalking-cli/master/scripts/install.sh)"
```
#### Windows
@@ -29,7 +29,7 @@ Install the latest version with the following command:
Note: you need to start cmd or powershell in administrator mode.
```shell
-curl -LO
"https://raw.githubusercontent.com/apache/skywalking-cli/tree/master/scripts/install.bat"
&& .\install.bat
+curl -LO
"https://raw.githubusercontent.com/apache/skywalking-cli/master/scripts/install.bat"
&& .\install.bat
```
### Install by available binaries