From f14897cee8abea1006374d8e6b25b745958c968e Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Sun, 18 Aug 2024 14:55:18 -0400 Subject: [PATCH] use dpkg instead of apt-get Signed-off-by: Robin Davies --- docs/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/download.md b/docs/download.md index 28676476..a7191975 100644 --- a/docs/download.md +++ b/docs/download.md @@ -14,7 +14,7 @@ Install the package by running ``` sudo apt update cd ~/Downloads - sudo apt-get install ./pipedal_1.2.37_arm64.deb + sudo dpkg -i ./pipedal_1.2.37_arm64.deb ``` Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation.