Update README.md

master
luk3yx 2019-08-07 15:51:27 +12:00
parent d60fc4ee60
commit 3b4c513150
1 changed files with 10 additions and 1 deletions

View File

@ -4,8 +4,17 @@ This is the game used for the [Minetest](https://github.com/minetest/minetest)
server "Persistent Kingdoms". Some of the "default" mods are modified, and
others are submodules.
To clone this repo, make sure to use `--recursive`:
### Submodules are fun.
When you clone this repo, make sure you are using `--recursive`:
```
git clone --recursive https://gitlab.com/luk3yx/minetest-kingdoms_game.git
```
To fetch the latest updates, you need to run two commands:
```
git pull
git submodule update --init --recursive
```