Skip to content

Commit e843c38

Browse files
Merge pull request code-check#59 from ashawley/update-readme
Update README.md with new environment variables for test
2 parents 4d1a4c8 + 3dd5696 commit e843c38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
GitHubAPI wrapper for scala
33

44
## Dependencies
5+
- joda-time
56
- json4s
67
- async-http-client
78

@@ -10,8 +11,10 @@ To develop this, you have to get GitHub API Token.
1011
You can get it from [here](https://github.com/settings/applications).
1112

1213
``` bash
14+
export GITHUB_USER=[Your GitHub username]
15+
export GITHUB_REPO=[Your GitHub test repo]
1316
export GITHUB_TOKEN=[Your GitHub Token]
14-
git clone [email protected]:code-check/github-api.git
17+
git clone -o upstream [email protected]:code-check/github-api.git
1518
cd github-api
1619
sbt test
1720
```

0 commit comments

Comments
 (0)