Skip to content

Commit ab0dc8d

Browse files
committed
Merge branch 'master' of github.com:kirillrogovoy/pullkee
2 parents 3a7b59e + 1409aaf commit ab0dc8d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ go get github.com/kirillrogovoy/pullkee
3636
```
3737
and you are all set.
3838

39-
Otherwise, just blame me for not pre-building the executables for you. ;)
40-
41-
Then, install the [Golang environment](https://golang.org/doc/install).
39+
Otherwise, you can manually download the binary from the [Releases page](https://github.com/kirillrogovoy/pullkee/releases).
40+
In order to install it automatically, run:
41+
```
42+
curl https://raw.githubusercontent.com/kirillrogovoy/pullkee/master/godownloader.sh | bash
43+
```
4244

4345
## Usage
4446

@@ -66,6 +68,8 @@ Strongly consider using the `--limit` parameter on big repos since
6668
you have a limited number of requests to make to the Github API. For me, it's currently 5000 per 1 hour.
6769
Also, always provide the `GITHUB_CREDS` env var, otherwise you only have 60 requests per 1 hour without it.
6870

71+
Don't have a token yet? [Say no more](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).
72+
6973
That said, pullkee always uses a per-PR local cache in order to avoid
7074
repetitive requests for the data of the same pull request.
7175

0 commit comments

Comments
 (0)