Add --repo-whitelist flag to CONTRIBUTING.md setup

This commit is contained in:
nickwu241
2018-05-29 20:33:36 -04:00
parent 1669c1b405
commit b4aebfb8e4

View File

@@ -33,7 +33,7 @@ go install
Run Atlantis:
```
atlantis server --gh-user <your username> --gh-token <your token> --log-level debug
atlantis server --gh-user <your username> --gh-token <your token> --repo-whitelist <your repo> --log-level debug
```
If you get an error like `command not found: atlantis`, ensure that `$GOPATH/bin` is in your `$PATH`.