Extend README to show how to check out the submodules

master
Daniel Borchmann 2020-12-13 12:26:45 +01:00
parent 00d2ce2b7c
commit 61d54511e4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,15 @@ sudo apt install \
minetest-mod-worldedit
```
Afterwards, use git to check out all submodules like so:
```sh
git submodule update --init
```
Then start minetest, edit `world.mt` to enable all wanted modules, and restart
again. Enjoy! ☺
For licenses and copyrights see the corresponding mods. All that remains is
licensed under an MIT License.