[ci skip] update readme.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-04-10 16:23:02 +08:00
parent 8ca03d74da
commit 3635a168ae
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ $ ./gopush -ios -m="your message" -i="API Key" -t="Device token"
* `-i`: Apple Push Notification Certificate path (`pem` file).
* `-t`: Device token.
The default endpoint is APNs development. Please add `-production` flag for APNs production push endpoint.
```bash
$ ./gopush -ios -m="your message" -i="API Key" -t="Device token" -production
```
## License
Copyright 2016 Bo-Yi Wu [@appleboy](https://twitter.com/appleboy).