diff options
author | cbdev <cb@cbcdn.com> | 2020-01-10 22:05:16 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-01-10 22:05:16 +0100 |
commit | 0a696be5af7db63c1c7354518c839d8543f1ba25 (patch) | |
tree | b03bb6ed5ff1035c1b122db97d3bd6d759e66777 | |
parent | d79adcabbfee009c65a6664ca245e17ba6da83bd (diff) | |
download | midimonster-0a696be5af7db63c1c7354518c839d8543f1ba25.tar.gz midimonster-0a696be5af7db63c1c7354518c839d8543f1ba25.tar.bz2 midimonster-0a696be5af7db63c1c7354518c839d8543f1ba25.zip |
Add instructions on how to install the debian package
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |