Update Installing.md

Use apt-get instead of dpkg in order to install dependencies.
This commit is contained in:
Robin Davies
2022-03-07 01:07:15 -05:00
committed by GitHub
parent 03b9c15a21
commit f33f327203
+2 -1
View File
@@ -9,5 +9,6 @@ Download the most recent Debian (.deb) package for your platform:
Install the package by running
```
sudo dpkg install pipedal_0.1.1_arm64.deb
sudo apt update
sudo apt-get install ./pipedal_0.1.1_arm64.deb
```