Update Installing.md

This commit is contained in:
Robin Davies
2022-03-03 09:07:02 -05:00
committed by GitHub
parent 627f25ebf0
commit 377f52d575
+9 -1
View File
@@ -1,3 +1,11 @@
## Installing PiPedal
tbd...
### Install for Ubuntu or Rasbian (64-bit)
Download the most [recent Debian package ](https://github.com/rerdavies/pipedal/releases/download/v0.1.1.alpha.1/pipedal_0.1.1_arm64.deb) (.deb) file.
Install the package by running
```
sudo dpkg install pipedal_0.1.1_arm64.deb
```