minetest-mods/README.md

18 lines
303 B
Markdown

Mods für meinen Survivalserver.
# Install
``` git submodule add <remote_url> <destination_folder>```
```git commit -m "Added the submodule to the project."```
```git push```
# Mods herunterladen
```git submodule update --init --recursive```
# Update
```git submodule update --remote --merge```