Skip to content

Commit 324f6d4

Browse files
michaelsakidav3r
andauthored
Add link to brew terminology
Co-authored-by: dav3r <[email protected]>
1 parent 6c82a8d commit 324f6d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ adding this to your profile:
6969

7070
```bash
7171
# GNU getopt must be explicitly added to the path since it is
72-
# keg-only
72+
# keg-only (https://docs.brew.sh/FAQ#what-does-keg-only-mean)
7373
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
7474

7575
# Setup pyenv

setup-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
7474
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
7575
7676
GNU getopt must be explicitly added to the PATH since it
77-
is keg-only.
77+
is keg-only (https://docs.brew.sh/FAQ#what-does-keg-only-mean).
7878
7979
END_OF_LINE
8080
exit 1

0 commit comments

Comments
 (0)