docs: [ci skip] upgrade to 1.7.4

This commit is contained in:
Bo-Yi Wu 2017-01-25 08:56:59 +08:00
parent a34e92ba4e
commit aff833cd0c
1 changed files with 3 additions and 3 deletions

View File

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