mirror of
https://github.com/muesli/telephant
synced 2024-11-13 23:37:11 +00:00
Added configuration comment to README
This commit is contained in:
parent
e16dbecc6f
commit
b38caccd17
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue