Use apt-get to install.

This commit is contained in:
Robin Davies
2022-10-14 19:31:51 -04:00
parent 5fd84b9aa9
commit 3261ff658f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 1.0.16
VERSION 1.0.17
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
+1 -1
View File
@@ -20,7 +20,7 @@ Install the package by running
```
sudo apt update
cd ~/Downloads
sudo dpkg --install pipedal_1.0.17_arm64.deb
sudo apt-get install ./pipedal_1.0.17_arm64.deb
```
On Raspberry Pi OS, if you have a graphical desktop installed, you can also install the package by double-clicking on the downloaded package in the File Manager.