docs: [ci skip] update donwload link

This commit is contained in:
Bo-Yi Wu 2017-05-19 10:29:17 +08:00
parent 96b5fb4921
commit f45ec8579d
No known key found for this signature in database
GPG Key ID: 0F84B2110C500B1F
1 changed files with 3 additions and 3 deletions

View File

@ -157,19 +157,19 @@ $ go get -u -v github.com/appleboy/gorush
On linux
```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-linux-amd64 -O gorush
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.2/gorush-v1.8.2-linux-amd64 -O gorush
```
On OS X
```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-darwin-amd64 -O gorush
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.2/gorush-v1.8.2-darwin-amd64 -O gorush
```
On Windows
```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-windows-amd64.exe -O gorush.exe
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.2/gorush-v1.8.2-windows-amd64.exe -O gorush.exe
```
### Command Usage