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:
burrrata 2020-01-02 23:17:31 -05:00 committed by William Chargin
parent 507091a976
commit 5b9455cf9d
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ git clone https://github.com/sourcecred/sourcecred.git
cd sourcecred
yarn install
yarn backend
export SOURCECRED_GITHUB_TOKEN=YOUR_GITHUB_TOKEN
node bin/sourcecred.js load REPO_OWNER/REPO_NAME
```