From c809ac69c693023b8f61fa546c70561b923ac06a Mon Sep 17 00:00:00 2001 From: Tom Dewey <146750643+tdewey-rpi@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:31:17 +0000 Subject: [PATCH] README: Add devscripts install instruction The initial version of the README had an incorrect package name - devhelper instead of devscripts. Correct that, and include a line to install this package as part of the build instructions. --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d45ca2f..30365d4 100644 --- a/README.adoc +++ b/README.adoc @@ -8,8 +8,9 @@ Why? Because this means you get the latest hardware support and updates in line == Installing === Build the package -Use the standard Debian `devhelper` package: +Use the standard Debian `devscripts` package: ``` +sudo apt install -y devscripts debuild -uc -us ```