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 8f058e9046
commit e2c9146690
2 changed files with 4 additions and 3 deletions

5
README
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 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>

View file

@ -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>