Fix some docs issues

This commit is contained in:
FoolHen
2026-05-22 12:17:37 +02:00
parent feb1c2fef1
commit ca51358028
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