use dpkg instead of apt-get

Signed-off-by: Robin Davies <rerdavies@gmail.com>
This commit is contained in:
Robin Davies
2024-08-18 14:55:18 -04:00
committed by GitHub
parent 6eace037f8
commit f14897cee8
+1 -1
View File
@@ -14,7 +14,7 @@ Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_1.2.37_arm64.deb
sudo dpkg -i ./pipedal_1.2.37_arm64.deb
```
Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation.