summaryrefslogtreecommitdiff
path: root/voctocore/README.md
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-04-27 21:13:10 +0200
committerMaZderMind <git@mazdermind.de>2016-04-27 21:19:26 +0200
commitba39e76c05fab565c7eeaae6f6c2cb9aa5b88ea3 (patch)
treed7df298d168eb14c77a4417836462775604de910 /voctocore/README.md
parent29e869f392e2c13684ca539c263872eaafc96feb (diff)
deprecate /etc/voctomix.ini, replaced with /etc/voctocore.ini
Diffstat (limited to 'voctocore/README.md')
-rw-r--r--voctocore/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/voctocore/README.md b/voctocore/README.md
index 2d691f5..d3be701 100644
--- a/voctocore/README.md
+++ b/voctocore/README.md
@@ -147,8 +147,8 @@ They can be used to Implement Features like a "Cut-Button" in the GUI. When Clic
On Startup the Video-Mixer reads the following Configuration-Files:
- `<install-dir>/default-config.ini`
- `<install-dir>/config.ini`
- - `/etc/voctomix.ini`
- - `<homedir>/.voctomix.ini`
+ - `/etc/voctocore.ini`
+ - `<homedir>/.voctocore.ini`
- `<File specified on Command-Line via --ini-file>`
From top to bottom the individual Settings override previous Settings. `default-config.ini` should not be edited, because a missing Setting will result in an Exception.