Skip to content

Commit

Permalink
Use apt-get, not dpkg -i (which doesn't install dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Aug 18, 2024
1 parent 076f6da commit 6358682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 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.

Expand Down
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 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.

0 comments on commit 6358682

Please sign in to comment.