v0.1.6-beta.2

Fixes Beta-2 Release #33
This commit is contained in:
Robin Davies
2022-03-12 18:06:13 -05:00
parent 7919c08b79
commit 9a415522fa
7 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -4,14 +4,14 @@
Download the most recent Debian (.deb) package for your platform:
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.5-beta/pipedal_0.1.5_arm64.deb) v0.1.5-beta
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.6-beta/pipedal_0.1.6_arm64.deb) v0.1.6-beta.2
Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_0.1.5_arm64.deb
sudo apt-get install ./pipedal_0.1.6_arm64.deb
```
Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation.