From ca513580286a5db979730d115cef9781e62ca76d Mon Sep 17 00:00:00 2001 From: FoolHen Date: Fri, 22 May 2026 12:17:37 +0200 Subject: [PATCH] Fix some docs issues --- docs/BuildPrerequisites.md | 5 ++--- docs/Debugging.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/BuildPrerequisites.md b/docs/BuildPrerequisites.md index 3f1a9b6..76effd1 100644 --- a/docs/BuildPrerequisites.md +++ b/docs/BuildPrerequisites.md @@ -10,8 +10,7 @@ Run the following commands to install build tools required by the PiPedal build. The PiPedal build process also requires version 12 or later of `node.js`. Type `node --version` to see if you have a version of `node.js` installed already. Otherwise run the following commands as root to install a current version of version of `node.js`: - - sudo apt install nodejs npm curl + sudo apt install nodejs npm curl If your distribution doesn't provide a suitable version of nodejs, @@ -27,7 +26,7 @@ Run the following commands to install dependent libraries required by the PiPeda authbind libavahi-client-dev libnm-dev libicu-dev \ libsdbus-c++-dev libzip-dev google-perftools \ libgoogle-perftools-dev \ - libpipewire-0.3-dev libbz2-dev + libpipewire-0.3-dev libbz2-dev librsvg2-dev ### Installing Sources diff --git a/docs/Debugging.md b/docs/Debugging.md index a9885f2..dd8f253 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -29,7 +29,7 @@ You must stop the pipedald service before launching a debug instance of pipedald or - pipedalconfig -stop #Stops the Jack service as well. + pipedalconfig --stop #Stops the Jack service as well. Although not strictly necessary, you should probably add your login account to the pipedal_d group. @@ -38,7 +38,7 @@ Although not strictly necessary, you should probably add your login account to t This will allow you to run `pipedald` under the debugger of your choice using the same /etc/pipedal and /var/pipedal directories as an instance of `pipedal` running under systemd. Note that when running under systemd, `pipedald` runs under an unprivileged -`pipedal_d` service account, and relies it's group (also 'pipedal_d`) in order to access its +`pipedal_d` service account, and relies it's group (also `pipedal_d`) in order to access its data files, and to communicate with the `pipedaladmin` service, which does run with root privileges when `pipedald` needs to perform operations that do required root privileges (e.g. shutdown/reboot and starting and stopping WiFi services).