diff options
-rw-r--r-- | voctocore/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/voctocore/README.md b/voctocore/README.md index 41020b6..ac98694 100644 --- a/voctocore/README.md +++ b/voctocore/README.md @@ -144,11 +144,11 @@ They can be used to Implement Features like a "Cut-Button" in the GUI. When Clic ## Configuration 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 - - <File specified on Command-Line via --ini-file> + - `<install-dir>/default-config.ini` + - `<install-dir>/config.ini` + - `/etc/voctomix.ini` + - `<homedir>/.voctomix.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. |