Update Installing.md

Raspberry Pi OS no longer supports apt-get install of .deb packages.
This commit is contained in:
Robin Davies
2022-05-19 09:55:31 -04:00
committed by GitHub
parent 918e8070b8
commit d9fb48d7e0
+3 -1
View File
@@ -11,8 +11,10 @@ Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_0.9.10_arm64.deb
sudo dpkg --install pipedal_0.9.10_arm64.deb
```
On Raspberry Pi OS, if you have a graphical desktop installed, you can also install package by double-clicking on the downloaded package in the File Manager.
After installing, follow the instructions in [Configuring PiPedal after Installation](Configuring.md).
--------