readme update

master
y 2019-04-28 19:57:49 +01:00
parent becc4188f2
commit bd2770cca5
1 changed files with 10 additions and 5 deletions

View File

@ -1,18 +1,23 @@
minetest CSM which
= requirements =
requirements
------------
tested with minetest 0.4.17 and 5.0.
only basic CSM need be enabled in 5.0, which is the default.
= installation =
installation
------------
make sure the mod is installed at ~/.minetest/clientmods/XXXXXXX
make sure the mod is installed at `~/.minetest/clientmods/XXXXXXX`
make sure ~/.minetest/clientmods/mods.conf exists and contains:
make sure `~/.minetest/clientmods/mods.conf` exists and contains:
```config
load_mod_XXXXXXX = true
```
= usage =
usage
-----