Add about environment variable GITHUB_ACCESS_TOKEN

This commit is contained in:
susan335 2019-02-14 18:56:09 +09:00 committed by Matyáš Kříž
parent 63b03cb2d1
commit 87d92153d4
1 changed files with 7 additions and 0 deletions

View File

@ -396,6 +396,13 @@ Method `DefaultValueRegistry.reset()` can be used to delete all value registered
For normal use you can skip this because [run script](run) in Cuckoo downloads and builds correct version of the generator automatically.
> If you encounter Github API rate limit.
To avoid Github rate limit, [run script](run) refers to the environment variable `GITHUB_ACCESS_TOKEN`.
```
export GITHUB_ACCESS_TOKEN="XXXXXXX"
```
#### Custom
This is more complicated path. You need to clone this repository and build it yourself. You can look in the [run script](run) for more inspiration.