From d9fb48d7e08e3b6b08827c13207f0f6c47c3634d Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 19 May 2022 09:55:31 -0400 Subject: [PATCH] Update Installing.md Raspberry Pi OS no longer supports apt-get install of .deb packages. --- docs/Installing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Installing.md b/docs/Installing.md index b21c45a..2fab8eb 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -11,8 +11,10 @@ Install the package by running ``` sudo apt update cd ~/Downloads - sudo apt-get install ./pipedal_0.9.10_arm64.deb + sudo dpkg --install pipedal_0.9.10_arm64.deb ``` +On Raspberry Pi OS, if you have a graphical desktop installed, you can also install package by double-clicking on the downloaded package in the File Manager. + After installing, follow the instructions in [Configuring PiPedal after Installation](Configuring.md). --------