summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 16:45:25 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 16:45:25 +0800
commitdf2a57c7b67bd70708d200f0b0debdb21cf69ec5 (patch)
tree1bf821aa5be4c00487c8ad74854c539f086a9d01 /README.md
parent223bd3f192ecd3b6731d8bc38e3e83e7fd4c4349 (diff)
Improve Homebrew instructions on Linux
- Fixes #228
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c7b6b1..6ed2c5b 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,9 @@ sudo dnf copr enable atim/bandwhich -y && sudo dnf install bandwhich
#### macOS/Linux (using Homebrew)
+On Linux, make sure the install directory is added to `$PATH`. See [documentation](https://docs.brew.sh/Homebrew-on-Linux#install).
+You may also want to [make `sudo` preserve your `$PATH` environment variable](https://unix.stackexchange.com/q/83191/375550).
+
```
brew install bandwhich
```