Files
op-pedal/docs/download.md
T
Robin Davies ab5b33605a Update download.md
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2024-08-08 13:57:25 -04:00

21 lines
804 B
Markdown

## Download
### Install for Ubuntu or Raspberry Pi OS (64-bit)
Download the most recent Debian (.deb) package for your platform:
- [Raspberry Pi OS Bookworm (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v1.2.33/pipedal_1.2.33_arm64.deb) v1.2.33 Beta1
- [Ubuntu 21.04 or Raspberry Pi OS Buster (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v1.2.32/pipedal_1.1.31_arm64.deb) v1.1.31
v1.2.33 Beta1 is does not currently support Ubuntu 21.04, or older versions of Raspberry Pi OS.
Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_1.2.33_arm64.deb
```
Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation.