aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-01-10 22:05:16 +0100
committercbdev <cb@cbcdn.com>2020-01-10 22:05:16 +0100
commit0a696be5af7db63c1c7354518c839d8543f1ba25 (patch)
treeb03bb6ed5ff1035c1b122db97d3bd6d759e66777
parentd79adcabbfee009c65a6664ca245e17ba6da83bd (diff)
downloadmidimonster-0a696be5af7db63c1c7354518c839d8543f1ba25.tar.gz
midimonster-0a696be5af7db63c1c7354518c839d8543f1ba25.tar.bz2
midimonster-0a696be5af7db63c1c7354518c839d8543f1ba25.zip
Add instructions on how to install the debian package
-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: