diff options
Diffstat (limited to 'README.md')
-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: |