Skip to content

Commit

Permalink
Document .githubrc
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Jun 24, 2015
1 parent 17a016d commit 2fd2b3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ You can also use `webdiff` to view GitHub pull requests:

This will download the files relevant to the Pull Request and run `webdiff`.

If you run into GitHub API quota limits, you can set your credentials in a `.githubrc` file:

```
user.login: yourusername
user.password: yourpassword
```

Make sure you chmod this file to only be readable by yourself. In the future
we'll support [Oauth][].

Preview
----------

Expand Down Expand Up @@ -90,3 +100,5 @@ To iterate on the PyPI package, run:
deactivate
cd /tmp/webdiff-test
pip install webdiff-X.Y.Z.tar.gz

[oauth]: https://github.com/danvk/webdiff/issues/103

0 comments on commit 2fd2b3c

Please sign in to comment.