diff options
| -rw-r--r-- | docs/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index c874c27cf..632b4bdf3 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -69,7 +69,7 @@ Which is usually: `~/Library/Caches/Homebrew` ## My Mac `.app`s don’t find `/usr/local/bin` utilities! GUI apps on macOS don’t have `/usr/local/bin` in their `PATH` by -default. If you're on Mountain Lion or later, you can fix this by +default. If you’re 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 |
