Fix indentation in readme

This commit is contained in:
WillConker 2024-07-03 17:13:41 +02:00
parent ebc8b28e64
commit f1ee110ed6
1 changed files with 8 additions and 8 deletions

View File

@ -4,15 +4,15 @@ To be used with the vl_client_interface server mod (see https://git.minetest.lan
Also see https://git.minetest.land/VoxeLibre/VoxeLibre/issues/4428
Installation:
1. checkout the `vl_csm` server branch on my fork
2. create the `clientmods` directory in .minetest (or wherever, so that it is in the same folder as games/ and mods/)
3. add `clientmods/mods.conf` (note the s) which must contain the line `load_mod_vl_client = true`
4. clone this repo to `clientmods/vl_client`
5. ensure the server setting `enable_client_modding` is true
1. checkout the `vl_csm` server branch on my fork
2. create the `clientmods` directory in .minetest (or wherever, so that it is in the same folder as games/ and mods/)
3. add `clientmods/mods.conf` (note the s) which must contain the line `load_mod_vl_client = true`
4. clone this repo to `clientmods/vl_client`
5. ensure the server setting `enable_client_modding` is true
^^ Did I miss anything in the installation?
Progress:
- Currently a client can connect to the server and the server registers a connected client
- Specifically the client mod is said to be "activated" if the server supports the csm and the client has the csm
- More details to follow
- Currently a client can connect to the server and the server registers a connected client
- Specifically the client mod is said to be "activated" if the server supports the csm and the client has the csm
- More details to follow