Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thbishop committed Jan 9, 2015
1 parent 14bd42d commit 981b45d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if you're on OSX.

## Usage

Create a [github token]() with TODO scope and export it as an env var:
Create a [github token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/)
with `repo:status` scope and export it as an env var:
```sh
export GITHUB_TOKEN=1234
```
Expand All @@ -32,7 +33,8 @@ github-commit-status --user foo \
--context ci
```

If you're using github enterprise, you can set the API endpoint like so:
If you're using github enterprise, you can set the API endpoint with an env
var like so:
```sh
export GITHUB_API=https://github.example.com/api/v3
```
Expand Down

0 comments on commit 981b45d

Please sign in to comment.