Merge pull request #13 from lonnen/document-rate-limiting-error
add documentation for setting an oauth token
This commit is contained in:
commit
355d76b61a
1 changed files with 3 additions and 1 deletions
|
@ -58,5 +58,7 @@ boxen::example { 'best example ever':
|
|||
|
||||
## Development
|
||||
|
||||
Write code. Run `script/cibuild` to test it. Check the `script`
|
||||
Set `GITHUB_API_TOKEN` 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.
|
||||
|
|
Loading…
Reference in a new issue