Fix apostrophe

This commit is contained in:
Frederick Akalin 2017-08-23 15:53:51 -07:00
parent 6f76627943
commit 94c56a88d9

View File

@ -69,7 +69,7 @@ Which is usually: `~/Library/Caches/Homebrew`
## My Mac `.app`s dont find `/usr/local/bin` utilities!
GUI apps on macOS dont have `/usr/local/bin` in their `PATH` by
default. If you're on Mountain Lion or later, you can fix this by
default. If youre on Mountain Lion or later, you can fix this by
running `sudo launchctl config user path "/usr/local/bin:$PATH"` and
then rebooting. Note that this sets the launchctl PATH for _all users_
([more details here](https://apple.stackexchange.com/a/198282)). For