Skip to content

Commit

Permalink
Add link for create OAuth token on github.com [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Jan 6, 2016
1 parent cf6f191 commit 4b67663
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -99,9 +99,10 @@ PartyFoul.configure do |config|
end
```

You can generate an OAuth token from via the
[OAuth Authorizations API](http://developer.github.com/v3/oauth/#oauth-authorizations-api)
with cURL:
You can
[create an OAuth token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/)
or generate an OAuth token via the
[OAuth Authorizations API](http://developer.github.com/v3/oauth/#oauth-authorizations-api) with cURL:

```bash
curl -u <github_login> -i -d "{ \"scopes\": [\"repo\"] }" \
Expand Down

0 comments on commit 4b67663

Please sign in to comment.