[ci skip] update installation for readme.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-07-20 10:14:43 +08:00
parent 4c5d482ff6
commit b6b4d2042b
1 changed files with 18 additions and 0 deletions

View File

@ -106,6 +106,24 @@ How to send push notification using `gorush` command? (Android or iOS)
The pre-compiled binaries can be downloaded from [release page](https://github.com/appleboy/gorush/releases).
With `Go` installed
```
$ go get -u github.com/appleboy/gorush
```
On linux
```
$ wget -qO- https://github.com/appleboy/gorush/releases/download/v1.5.0/gorush-v1.5.0-linux-amd64.tar.gz | tar xvz
```
On OS X
```
$ wget -qO- https://github.com/appleboy/gorush/releases/download/v1.5.0/gorush-v1.5.0-darwin-amd64.tar.gz | tar xvz
```
### Command Usage
```