Update Installing.md
Raspberry Pi OS no longer supports apt-get install of .deb packages.
This commit is contained in:
+3
-1
@@ -11,8 +11,10 @@ Install the package by running
|
|||||||
```
|
```
|
||||||
sudo apt update
|
sudo apt update
|
||||||
cd ~/Downloads
|
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).
|
After installing, follow the instructions in [Configuring PiPedal after Installation](Configuring.md).
|
||||||
--------
|
--------
|
||||||
|
|||||||
Reference in New Issue
Block a user