update to v1.9.0 download link.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
14dc899b02
commit
5651d9e51f
|
@ -157,19 +157,19 @@ $ go get -u -v github.com/appleboy/gorush
|
||||||
On linux
|
On linux
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.2/gorush-v1.8.2-linux-amd64 -O gorush
|
$ wget https://github.com/appleboy/gorush/releases/download/v1.9.0/gorush-v1.9.0-linux-amd64 -O gorush
|
||||||
```
|
```
|
||||||
|
|
||||||
On OS X
|
On OS X
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.2/gorush-v1.8.2-darwin-amd64 -O gorush
|
$ wget https://github.com/appleboy/gorush/releases/download/v1.9.0/gorush-v1.9.0-darwin-amd64 -O gorush
|
||||||
```
|
```
|
||||||
|
|
||||||
On Windows
|
On Windows
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.2/gorush-v1.8.2-windows-amd64.exe -O gorush.exe
|
$ wget https://github.com/appleboy/gorush/releases/download/v1.9.0/gorush-v1.9.0-windows-amd64.exe -O gorush.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
### Command Usage
|
### Command Usage
|
||||||
|
|
Loading…
Reference in New Issue