aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-04 21:48:25 +0100
committercbdev <cb@cbcdn.com>2019-12-04 21:48:25 +0100
commitbb6e54e99b86a71fcc300890b41b49209245ac61 (patch)
tree9f0605d1de7648de0566674512f799d3d821c915 /README.md
parent0b72a1885f064666f9c7369e1d604feeb4b83d66 (diff)
downloadmidimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.tar.gz
midimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.tar.bz2
midimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.zip
Have the configuration file be installed in a separate directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83cd06b..bcae9dd 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ For system-wide install or packaging builds, the following steps are recommended
```
export PREFIX=/usr
export PLUGINS=$PREFIX/lib/midimonster
-export DEFAULT_CFG=/etc/midimonster.cfg
+export DEFAULT_CFG=/etc/midimonster/midimonster.cfg
make clean
make full
make install