Added configuration comment to README

This commit is contained in:
Christian Muehlhaeuser 2017-08-29 13:37:46 +02:00
parent e16dbecc6f
commit b38caccd17
No known key found for this signature in database
GPG key ID: BA4CF857DD4117E9

View file

@ -31,6 +31,12 @@ Before you can build Chirp you need to install the [Go/Qt bindings](https://gith
./chirp/deploy/linux/chirp
### Config
As of now you will need to create your own Twitter app & key to use Chirp. You can do this on [https://dev.twitter.com/](https://dev.twitter.com/).
When you run Chirp for the first time, it will create an empty config file `chirp.conf` for you. Just edit it and enter
your consumer key and accesstoken.
## Development
API docs can be found [here](http://godoc.org/github.com/muesli/chirp).