Skip to content

Commit c1870be

Browse files
michaelsakijsf9k
andauthored
Improve comments to better describe keg-only terminology
Co-authored-by: Shane Frasier <[email protected]>
1 parent 88724e7 commit c1870be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ installation is as simple as `brew install gnu-getopt pyenv pyenv-virtualenv` an
6868
adding this to your profile:
6969

7070
```bash
71-
# Enable GNU getopt since it is keg-only
71+
# GNU getopt must be explicitly added to the path since it is
72+
# keg-only
7273
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
7374

7475
# Setup pyenv

setup-env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
7373
7474
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
7575
76-
This will enable GNU getopt since it is keg-only.
76+
GNU getopt must be explicitly added to the PATH since it
77+
is keg-only.
7778
7879
END_OF_LINE
7980
exit 1

0 commit comments

Comments
 (0)