1
0
Fork 0

add documentation for setting an oauth token and the common rate limiting fault

This commit is contained in:
lonnen 2013-05-14 11:41:45 -07:00
parent 05e079c37c
commit 7da937b4c0
1 changed files with 3 additions and 1 deletions

View File

@ -58,5 +58,7 @@ boxen::example { 'best example ever':
## Development
Write code. Run `script/cibuild` to test it. Check the `script`
Set `GITHUB_API_KEY` in your shell with a [Github oAuth Token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use) to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like `Unable to find module 'boxen/puppet-boxen' on https://github.com`.
Then write some code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.