Skip to content

Commit

Permalink
release 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Apr 5, 2017
1 parent 97eae1f commit 908c221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,19 @@ $ go get -u -v github.com/appleboy/gorush
On linux
```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-linux-amd64 -O gorush
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-linux-amd64 -O gorush
```

On OS X

```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-darwin-amd64 -O gorush
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-darwin-amd64 -O gorush
```

On Windows

```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-windows-amd64.exe -O gorush.exe
$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-windows-amd64.exe -O gorush.exe
```

### Command Usage
Expand Down

0 comments on commit 908c221

Please sign in to comment.