f33f327203
Use apt-get instead of dpkg in order to install dependencies.
15 lines
384 B
Markdown
15 lines
384 B
Markdown
## Installing PiPedal
|
|
|
|
### Install for Ubuntu or Rasbian (64-bit)
|
|
|
|
Download the most recent Debian (.deb) package for your platform:
|
|
|
|
- [Ubuntu or Rasbian (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.1.alpha.1/pipedal_0.1.1_arm64.deb) v0.1.1.alpha.1
|
|
|
|
Install the package by running
|
|
|
|
```
|
|
sudo apt update
|
|
sudo apt-get install ./pipedal_0.1.1_arm64.deb
|
|
```
|