Merge pull request #480 from FoolHen/docs_fixes

Fix some docs issues
This commit is contained in:
Robin Davies
2026-05-23 01:06:06 -04:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -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
+2 -2
View File
@@ -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).