aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-09 21:31:54 +0100
committercbdev <cb@cbcdn.com>2020-03-09 21:31:54 +0100
commit4ebcda3a1b0d90c44e91a5dfe455ad59fe694cbe (patch)
treee3642cdfbe11422edeb4f64118b1700292ad9231 /README.md
parent878988c9d5a8e106af16d55702176a0ce8f0ae71 (diff)
downloadmidimonster-4ebcda3a1b0d90c44e91a5dfe455ad59fe694cbe.tar.gz
midimonster-4ebcda3a1b0d90c44e91a5dfe455ad59fe694cbe.tar.bz2
midimonster-4ebcda3a1b0d90c44e91a5dfe455ad59fe694cbe.zip
Update README and example config
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2a71b3a..aeaeb2a 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,10 @@ chmod +x ./installer.sh
./installer.sh
```
+The installer can also be used for automating installations by specifying additional
+command line arguments. To see a list of valid arguments, run the installer with the
+`--help` argument.
+
The installer script can also update MIDIMonster to the latest version automatically,
using a configuration file generated during the installation.
To do so, run `midimonster-updater` as root on your system after using the installer.
@@ -187,8 +191,9 @@ dpkg -i <file>.deb
### Building from source
To build the MIDIMonster directly from the sources, you'll need some libraries that provide
-support for the protocols to translate. When building from source, you can also to exclude
-backends (for example, if you don't need them or don't want to install their prerequisites).
+support for the protocols to translate. When building from source, you can also choose to
+exclude backends (for example, if you don't need them or don't want to install their
+prerequisites).
* `libasound2-dev` (for the ALSA MIDI backend)
* `libevdev-dev` (for the evdev backend)