diff options
author | Fixer <Fixer-007@users.noreply.github.com> | 2017-02-16 23:11:08 +0200 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2017-03-05 09:45:16 +0000 |
commit | 0a6e53bd31d3905b091dd91c9f284288e503fa48 (patch) | |
tree | 79ba3adc2d17743d5307e7df09031248696eddf9 | |
parent | c9ac722ea9ab3783bf59e7cb991bfb3a91211490 (diff) | |
download | minetest-0a6e53bd31d3905b091dd91c9f284288e503fa48.tar.gz minetest-0a6e53bd31d3905b091dd91c9f284288e503fa48.tar.bz2 minetest-0a6e53bd31d3905b091dd91c9f284288e503fa48.zip |
README.txt: Clarify loading of minetest.conf
-rw-r--r-- | README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 203e79601..59bf3adf8 100644 --- a/README.txt +++ b/README.txt @@ -101,7 +101,9 @@ Configuration file: $user/minetest.conf - It is created by Minetest when it is ran the first time. - A specific file can be specified on the command line: - --config <path-to-file> + --config <path-to-file> +- A run-in-place build will look for the configuration file in + $location_of_exe/../minetest.conf and also $location_of_exe/../../minetest.conf Command-line options: --------------------- |