We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c82a8d commit 324f6d4Copy full SHA for 324f6d4
CONTRIBUTING.md
@@ -69,7 +69,7 @@ adding this to your profile:
69
70
```bash
71
# GNU getopt must be explicitly added to the path since it is
72
-# keg-only
+# keg-only (https://docs.brew.sh/FAQ#what-does-keg-only-mean)
73
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
74
75
# Setup pyenv
setup-env
@@ -74,7 +74,7 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
76
GNU getopt must be explicitly added to the PATH since it
77
- is keg-only.
+ is keg-only (https://docs.brew.sh/FAQ#what-does-keg-only-mean).
78
79
END_OF_LINE
80
exit 1
0 commit comments