Update Installing.md
Use apt-get instead of dpkg in order to install dependencies.
This commit is contained in:
+2
-1
@@ -9,5 +9,6 @@ Download the most recent Debian (.deb) package for your platform:
|
|||||||
Install the package by running
|
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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user