aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlawl <github@dumbinter.net>2021-01-11 16:24:04 +0100
committerGitHub <noreply@github.com>2021-01-11 16:24:04 +0100
commit4f7ac325ab550493b833a4dd4e57701fe88a799c (patch)
tree06c0eb44daf4e501d545834c96223027dc9cb979
parentf3c11be9192b65285ffff757644dc79bf3e9037e (diff)
downloadnoisetorch-4f7ac325ab550493b833a4dd4e57701fe88a799c.tar.gz
noisetorch-4f7ac325ab550493b833a4dd4e57701fe88a799c.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ffb6126..a0bb302 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,10 @@ With gnome this can be done with:
You now have a `noisetorch` binary and desktop entry on your system.
+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
```