diff --git a/docs/Installing.md b/docs/Installing.md index f0912206..7a0515d8 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -23,7 +23,7 @@ Install the package by running ``` sudo apt update cd ~/Downloads - sudo dpkg -i pipedal_1.2.37_arm64.deb + sudo apt-get install pipedal_1.2.37_arm64.deb ``` Adjust accordingly if you have downloaded v1.1.31. diff --git a/docs/download.md b/docs/download.md index a7191975..28676476 100644 --- a/docs/download.md +++ b/docs/download.md @@ -14,7 +14,7 @@ Install the package by running ``` sudo apt update cd ~/Downloads - sudo dpkg -i ./pipedal_1.2.37_arm64.deb + sudo apt-get install ./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.