Skip to content

Commit

Permalink
Add text about Github API rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot authored May 31, 2024
1 parent 41546aa commit 0718199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LICENSES/fetch-licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# to be installed in the the PATH.
#
# The script also requires bash, xml2, jq, git, curl, awk, grep to be installed.
#
# In case you messages like "Github created=null, stars=null, forks=null, license=null":
# - This is not relevant for the operation (determining licenses and downloading them).
# - This is due to the Github API default rate limiter - please increase your personal rate limit.

function cleanup {
rm -rf tmp
Expand Down

0 comments on commit 0718199

Please sign in to comment.