[ci skip] update readme.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
ec3b4fc03a
commit
f51bb87b87
|
@ -63,6 +63,10 @@ core:
|
||||||
cert_path: "cert.pem"
|
cert_path: "cert.pem"
|
||||||
key_path: "key.pem"
|
key_path: "key.pem"
|
||||||
http_proxy: "" # only working for GCM server
|
http_proxy: "" # only working for GCM server
|
||||||
|
pid:
|
||||||
|
enabled: true
|
||||||
|
path: "gorush.pid"
|
||||||
|
override: true
|
||||||
|
|
||||||
api:
|
api:
|
||||||
push_uri: "/api/push"
|
push_uri: "/api/push"
|
||||||
|
@ -119,13 +123,13 @@ $ go get -u github.com/appleboy/gorush
|
||||||
On linux
|
On linux
|
||||||
|
|
||||||
```
|
```
|
||||||
$ wget -qO- https://github.com/appleboy/gorush/releases/download/v1.6.0/gorush-v1.6.0-linux-amd64.tar.gz | tar xvz
|
$ wget -qO- https://github.com/appleboy/gorush/releases/download/v1.6.2/gorush-v1.6.2-linux-amd64.tar.gz | tar xvz
|
||||||
```
|
```
|
||||||
|
|
||||||
On OS X
|
On OS X
|
||||||
|
|
||||||
```
|
```
|
||||||
$ wget -qO- https://github.com/appleboy/gorush/releases/download/v1.6.0/gorush-v1.6.0-darwin-amd64.tar.gz | tar xvz
|
$ wget -qO- https://github.com/appleboy/gorush/releases/download/v1.6.2/gorush-v1.6.2-darwin-amd64.tar.gz | tar xvz
|
||||||
```
|
```
|
||||||
|
|
||||||
### Command Usage
|
### Command Usage
|
||||||
|
|
Loading…
Reference in New Issue