aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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 <file>.deb
+```
+
#### Building for packaging or installation
For system-wide install or packaging builds, the following steps are recommended: