diff --git a/CMakeLists.txt b/CMakeLists.txt index 760e990..7ae8ba9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" ) diff --git a/docs/Installing.md b/docs/Installing.md index 51b3ef0..4cccd78 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -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.