diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2022-09-16 07:19:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 13:19:44 +0200 |
commit | 19e936362aab3806a9554ab811be0562dcb41509 (patch) | |
tree | a486e08bae52c7032425bf051ec069f23a8d1696 /doc/minetest.6 | |
parent | 1d04903c1973591e795d3275b900d76d7cb7877a (diff) | |
download | minetest-19e936362aab3806a9554ab811be0562dcb41509.tar.xz |
Add support for MINETEST_USERDATA environment variable (#12639)
The MINETEST_USER_PATH environment variable can be used to define a
custom path for Minetest user data. If MINETEST_USER_PATH is empty or
unset, the HOME (or APPDATA on Windows) environment variable is used as
the default user data path; this ensures backwards compatibility with
existing user setups.
Diffstat (limited to 'doc/minetest.6')
-rw-r--r-- | doc/minetest.6 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/minetest.6 b/doc/minetest.6 index 27a3d0024..06062721e 100644 --- a/doc/minetest.6 +++ b/doc/minetest.6 @@ -124,6 +124,9 @@ Colon delimited list of directories to search for games. .TP .B MINETEST_MOD_PATH Colon delimited list of directories to search for mods. +.TP +.B MINETEST_USER_PATH +Path to Minetest user data directory. .SH BUGS Please report all bugs at https://github.com/minetest/minetest/issues. |