From f33f327203c6d331dc603895900f970d05b2d030 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Mon, 7 Mar 2022 01:07:15 -0500 Subject: [PATCH] Update Installing.md Use apt-get instead of dpkg in order to install dependencies. --- docs/Installing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Installing.md b/docs/Installing.md index f386105..649265f 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -9,5 +9,6 @@ Download the most recent Debian (.deb) package for your platform: Install the package by running ``` - sudo dpkg install pipedal_0.1.1_arm64.deb + sudo apt update + sudo apt-get install ./pipedal_0.1.1_arm64.deb ```