Be more explicit as to where .humbugrc goes

(imported from commit 3e229d61ebfef64e29ca45cc57eca04ec207ae86)
This commit is contained in:
Luke Faraone 2013-02-05 16:00:00 -05:00
parent fc7b6e9fb0
commit 61d8183a71
2 changed files with 4 additions and 3 deletions

View File

@ -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
of the example tools under examples/ in this distribution.
If you place your API key in `~/.humbugrc` the Python API bindings will
automatically read it in. The format of the config file is as follows:
If you place your API key in the config file `~/.humbugrc` the Python
API bindings will automatically read it in. The format of the config
file is as follows:
[api]
key=<api key from the web interface>

View File

@ -1,4 +1,4 @@
; put this file in ~/.humbugrc
; Save this file as ~/.humbugrc
[api]
key=<api key from the web interface>
email=<your email address>