Skip to content

Commit

Permalink
use dpkg instead of apt-get
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Davies <rerdavies@gmail.com>
  • Loading branch information
rerdavies authored Aug 18, 2024
1 parent 6eace03 commit f14897c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_1.2.37_arm64.deb
sudo dpkg -i ./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.

0 comments on commit f14897c

Please sign in to comment.