Add instructions to set up the GitHub API Token (#1521)
The README explains how to set the SOURCECRED_GITHUB_TOKEN, but later in the Docker section. People who aren't using Docker will follow the initial installation instructions. This commit adds the instructions to set that up when users first install and set up SourceCred.
This commit is contained in:
parent
507091a976
commit
5b9455cf9d
|
@ -48,6 +48,7 @@ git clone https://github.com/sourcecred/sourcecred.git
|
||||||
cd sourcecred
|
cd sourcecred
|
||||||
yarn install
|
yarn install
|
||||||
yarn backend
|
yarn backend
|
||||||
|
export SOURCECRED_GITHUB_TOKEN=YOUR_GITHUB_TOKEN
|
||||||
node bin/sourcecred.js load REPO_OWNER/REPO_NAME
|
node bin/sourcecred.js load REPO_OWNER/REPO_NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue