summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfreddii <freddii@users.noreply.github.com>2021-01-07 12:17:44 +0100
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 16:14:17 +0800
commit0d7b410cfd9436c2ff28cb9d916b48d1a4b3e3db (patch)
treec3a7e69d5e925cf731d30efd93511023a1e5b799 /README.md
parente4420fbfc62708879e60dc0975005c08aa69ef9a (diff)
fixed spelling mistake
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91260d0..5c7b6b1 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ cargo install bandwhich
```
##### On Linux, after installing with cargo:
-Cargo installs `bandwhich` to `~/.cargo/bin/bandwhich` but you need root priviliges to run `bandwhich`. To fix that, there are a few options:
+Cargo installs `bandwhich` to `~/.cargo/bin/bandwhich` but you need root privileges to run `bandwhich`. To fix that, there are a few options:
- Give the executable elevated permissions: ``sudo setcap cap_sys_ptrace,cap_dac_read_search,cap_net_raw,cap_net_admin+ep $(which bandwhich)``
- Run `sudo ~/.cargo/bin/bandwhich` instead of just `bandwhich`
- Create a symlink: `sudo ln -s ~/.cargo/bin/bandwhich /usr/local/bin/` (or another path on root's PATH)