docs: release v1.12.0

This commit is contained in:
Bo-Yi Wu 2020-03-14 18:52:30 +08:00
parent 983aeeb33d
commit 34e59dfeaa
1 changed files with 3 additions and 3 deletions

View File

@ -197,19 +197,19 @@ go get -u -v github.com/appleboy/gorush
On linux On linux
```sh ```sh
wget https://github.com/appleboy/gorush/releases/download/v1.11.2/gorush-v1.11.2-linux-amd64 -O gorush wget https://github.com/appleboy/gorush/releases/download/v1.12.0/gorush-v1.12.0-linux-amd64 -O gorush
``` ```
On OS X On OS X
```sh ```sh
wget https://github.com/appleboy/gorush/releases/download/v1.11.2/gorush-v1.11.2-darwin-amd64 -O gorush wget https://github.com/appleboy/gorush/releases/download/v1.12.0/gorush-v1.12.0-darwin-amd64 -O gorush
``` ```
On Windows On Windows
```sh ```sh
wget https://github.com/appleboy/gorush/releases/download/v1.11.2/gorush-v1.11.2-windows-amd64.exe -O gorush.exe wget https://github.com/appleboy/gorush/releases/download/v1.12.0/gorush-v1.12.0-windows-amd64.exe -O gorush.exe
``` ```
On macOS, use Homebrew. On macOS, use Homebrew.