diff --git a/Library/Homebrew/env_config.rb b/Library/Homebrew/env_config.rb index ae7b7e6c756b5..5075565f743f2 100644 --- a/Library/Homebrew/env_config.rb +++ b/Library/Homebrew/env_config.rb @@ -223,7 +223,7 @@ module EnvConfig description: "Use this personal access token for the GitHub API, for features such as " \ "`brew search`. You can create one at . If set, " \ "GitHub will allow you a greater number of API requests. For more information, see: " \ - "" \ + "" \ "\n\n *Note:* Homebrew doesn't require permissions for any of the scopes, but some " \ "developer commands may require additional permissions.", }, diff --git a/docs/Manpage.md b/docs/Manpage.md index a3abae9664a6d..006aeea4e0784 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -2267,7 +2267,7 @@ command execution e.g. `$(cat file)`. *Default:* `git`. - `HOMEBREW_GITHUB_API_TOKEN` -
Use this personal access token for the GitHub API, for features such as `brew search`. You can create one at . If set, GitHub will allow you a greater number of API requests. For more information, see: +
Use this personal access token for the GitHub API, for features such as `brew search`. You can create one at . If set, GitHub will allow you a greater number of API requests. For more information, see: *Note:* Homebrew doesn't require permissions for any of the scopes, but some developer commands may require additional permissions. diff --git a/manpages/brew.1 b/manpages/brew.1 index c2b83c333ba20..9773f3ef8c3cf 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -3295,7 +3295,7 @@ Linux only: Set this value to a new enough \fBgit\fR executable for Homebrew to \fBHOMEBREW_GITHUB_API_TOKEN\fR . .br -Use this personal access token for the GitHub API, for features such as \fBbrew search\fR\. You can create one at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. For more information, see: \fIhttps://docs\.github\.com/en/rest/overview/resources\-in\-the\-rest\-api#rate\-limiting\fR +Use this personal access token for the GitHub API, for features such as \fBbrew search\fR\. You can create one at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. For more information, see: \fIhttps://docs\.github\.com/en/rest/overview/rate\-limits\-for\-the\-rest\-api\fR . .IP \fINote:\fR Homebrew doesn\'t require permissions for any of the scopes, but some developer commands may require additional permissions\.