From 0a696be5af7db63c1c7354518c839d8543f1ba25 Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 10 Jan 2020 22:05:16 +0100 Subject: Add instructions on how to install the debian package --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 31493e7..b9be3cf 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,13 @@ chmod +x ./installer.sh This tool can also update MIDImonster automatically using a configuration file generated by the installer. To do so, run `midimonster-updater` as root on your system after using the installer. +To install the Debian packages from the [Release page](https://github.com/cbdevnet/midimonster/releases), +download the `.deb` file and install the package using the following command as the root user: + +``` +dpkg -i .deb +``` + #### Building for packaging or installation For system-wide install or packaging builds, the following steps are recommended: -- cgit v1.2.3