docs: [ci skip] update readme
This commit is contained in:
parent
e5b916c057
commit
975a6f8fab
|
@ -128,19 +128,19 @@ $ go get -u -v github.com/appleboy/gorush
|
|||
On linux
|
||||
|
||||
```sh
|
||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.2/gorush-v1.7.2-linux-amd64 -O gorush
|
||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.3/gorush-v1.7.3-linux-amd64 -O gorush
|
||||
```
|
||||
|
||||
On OS X
|
||||
|
||||
```sh
|
||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.2/gorush-v1.7.2-darwin-amd64 -O gorush
|
||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.3/gorush-v1.7.3-darwin-amd64 -O gorush
|
||||
```
|
||||
|
||||
On Windows
|
||||
|
||||
```sh
|
||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.2/gorush-v1.7.2-windows-amd64.exe -O gorush.exe
|
||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.3/gorush-v1.7.3-windows-amd64.exe -O gorush.exe
|
||||
```
|
||||
|
||||
### Command Usage
|
||||
|
|
Loading…
Reference in New Issue