Be more explicit as to where .humbugrc goes
(imported from commit 3e229d61ebfef64e29ca45cc57eca04ec207ae86)
This commit is contained in:
parent
8f058e9046
commit
e2c9146690
5
README
5
README
|
@ -22,8 +22,9 @@ as we make any changes to them.
|
||||||
The easiest way to use these API bindings is to base your tools off
|
The easiest way to use these API bindings is to base your tools off
|
||||||
of the example tools under examples/ in this distribution.
|
of the example tools under examples/ in this distribution.
|
||||||
|
|
||||||
If you place your API key in `~/.humbugrc` the Python API bindings will
|
If you place your API key in the config file `~/.humbugrc` the Python
|
||||||
automatically read it in. The format of the config file is as follows:
|
API bindings will automatically read it in. The format of the config
|
||||||
|
file is as follows:
|
||||||
|
|
||||||
[api]
|
[api]
|
||||||
key=<api key from the web interface>
|
key=<api key from the web interface>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; put this file in ~/.humbugrc
|
; Save this file as ~/.humbugrc
|
||||||
[api]
|
[api]
|
||||||
key=<api key from the web interface>
|
key=<api key from the web interface>
|
||||||
email=<your email address>
|
email=<your email address>
|
||||||
|
|
Loading…
Reference in a new issue