aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlawl <github@dumbinter.net>2021-02-17 08:06:11 +0100
committerlawl <github@dumbinter.net>2021-02-17 08:06:11 +0100
commitfcb4db042c5e16e52347cc016af1bd00b7e0cde0 (patch)
tree0eb193e30aedd5c47c283e3b33379e91792ce17f
parent7172888478a74e5e04f5a7d0cf03bcd8b11a2e6a (diff)
downloadnoisetorch-fcb4db042c5e16e52347cc016af1bd00b7e0cde0.tar.gz
noisetorch-fcb4db042c5e16e52347cc016af1bd00b7e0cde0.zip
Add information about potentially having to relog for PATH changes
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0bb302..16251bb 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Give it the required permissions with `setcap`:
sudo setcap 'CAP_SYS_RESOURCE=+ep' ~/.local/bin/noisetorch
-If noisetorch doesn't start after installation, you may also have to make sure that `.local/bin` is in your PATH. On most distributions e.g. Ubuntu, this should be the case by default. If it's not, make sure to append
+If noisetorch doesn't start after installation, you may also have to make sure that `~/.local/bin` is in your PATH. On most distributions e.g. Ubuntu, this should be the case by default. If it's not, make sure to append
```
if [ -d "$HOME/.local/bin" ] ; then
@@ -50,7 +50,7 @@ if [ -d "$HOME/.local/bin" ] ; then
fi
```
-to your `~/.profile`.
+to your `~/.profile`. If you do already have that, you may have to log in and out for it to actually apply if this is the first time you're using `~/.local/bin`.
#### Uninstall