Skip to content

Commit

Permalink
install with dpkg, not 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 10, 2024
1 parent 2570a13 commit f824086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_1.1.32_arm64.deb
sudo dpkg -i pipedal_1.2.34_arm64.deb
```
Adjust accordingly if you have downloaded v1.1.31.

Expand Down

0 comments on commit f824086

Please sign in to comment.