From 4f7ac325ab550493b833a4dd4e57701fe88a799c Mon Sep 17 00:00:00 2001 From: lawl Date: Mon, 11 Jan 2021 16:24:04 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 ```