From dd8578684a5521bf62fc7b24225f24473c7d5986 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Tue, 27 Nov 2018 13:57:35 +0100 Subject: [PATCH] Update page 'Home' --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index c78841e..28791f7 100644 --- a/Home.md +++ b/Home.md @@ -20,6 +20,8 @@ SUBCOMMANDS: set Set a key or a mousebutton to one or more pedals ``` +When trying to read or modify the foot pedal (subcommands: `append`, `clear`, `read`, and `set`), footswitch-rs must be executed as super user. + ## Reading the foot pedal To read the foot pedal without writing any settings, the subcommand `read` should be used. The help function `footswitch-rs read --help` yields te following information (omitted redundant information):