diff options
author | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-06 22:51:14 +0100 |
---|---|---|
committer | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-06 22:51:14 +0100 |
commit | 758c0000d1bc9f470d734bec78b8d8b85356acef (patch) | |
tree | 4008f2bbfb6ea9f4567187651cacb6fc822a7aa8 /README.md | |
parent | df07cea946efc5bffb43b25855607f2762a70643 (diff) | |
parent | 6eabd8c0b7408a601585e19f707d977da4453cd1 (diff) | |
download | midimonster-758c0000d1bc9f470d734bec78b8d8b85356acef.tar.gz midimonster-758c0000d1bc9f470d734bec78b8d8b85356acef.tar.bz2 midimonster-758c0000d1bc9f470d734bec78b8d8b85356acef.zip |
Merge branch 'master' of github.com:cbdevnet/midimonster into installer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -182,6 +182,15 @@ for example ``` make jack.so ``` +#### Buiding with Installer + +For easy installation on Linux, the [installer script](installer.sh) can be used: + +``` +wget https://raw.githubusercontent.com/cbdevnet/midimonster/master/installer.sh ./ +chmod +x ./installer.sh +./installer.sh +``` #### Building for packaging or installation |