From fcb4db042c5e16e52347cc016af1bd00b7e0cde0 Mon Sep 17 00:00:00 2001 From: lawl Date: Wed, 17 Feb 2021 08:06:11 +0100 Subject: [PATCH] Add information about potentially having to relog for PATH changes --- README.md | 4 ++-- 1 file 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