Clarify API token env var

This commit is contained in:
Jack Nagel 2013-05-23 10:03:08 -05:00
parent 42c02a894d
commit 9212e1b1ee
2 changed files with 3 additions and 2 deletions

View File

@ -460,10 +460,11 @@ can take several different forms:
editors will do strange things in this case. editors will do strange things in this case.
* HOMEBREW\_GITHUB\_API\_TOKEN: * HOMEBREW\_GITHUB\_API\_TOKEN:
A personal GitHub API Access token, which you can be create at A personal GitHub API Access token, which you can create at
<https://github.com/settings/applications>. If set, GitHub will allow you a <https://github.com/settings/applications>. If set, GitHub will allow you a
greater number of API requests. See greater number of API requests. See
<http://developer.github.com/v3/#rate-limiting> for more information. <http://developer.github.com/v3/#rate-limiting> for more information.
Homebrew uses the GitHub API for features such as `brew search`.
* HOMEBREW\_KEEP\_INFO: * HOMEBREW\_KEEP\_INFO:
If set, Homebrew will not remove files from `share/info`, allowing them If set, Homebrew will not remove files from `share/info`, allowing them

View File

@ -501,7 +501,7 @@ If set, Homebrew will use this editor when editing a single formula, or several
. .
.TP .TP
HOMEBREW_GITHUB_API_TOKEN HOMEBREW_GITHUB_API_TOKEN
A personal GitHub API Access token, which you can be create at \fIhttps://github\.com/settings/applications\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttp://developer\.github\.com/v3/#rate\-limiting\fR for more information\. A personal GitHub API Access token, which you can create at \fIhttps://github\.com/settings/applications\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttp://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\.
. .
.TP .TP
HOMEBREW_KEEP_INFO HOMEBREW_KEEP_INFO