Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added some details about the github token
I didn't know about GitHub tokens. I do now and as the script requires
such a token, we should mention it somewhere.
  • Loading branch information
asb-cpan committed Sep 15, 2014
1 parent ea26fb6 commit 22c9446
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/README
Expand Up @@ -3,3 +3,12 @@ Intial version contributed by patrickas++.

This directory now lives in the root directory of the gh-pages branch, and will
probably be removed soon.

To run the scripts you need a GitHub token with rights to query Perl6 module GitHub repository information.
Please find more information about GitHub tokens here:
https://github.com/blog/1509-personal-api-tokens

HowTo:
* Create a token with access to public repositories
* Save the token in file named 'github-token'
* Place the github-token in the same directory as the Perl scripts

0 comments on commit 22c9446

Please sign in to comment.