minetest-mods/README.md

18 lines
303 B
Markdown
Raw Permalink Normal View History

2022-02-02 08:47:28 +01:00
Mods für meinen Survivalserver.
# Install
2022-02-09 20:57:32 +01:00
``` git submodule add <remote_url> <destination_folder>```
2022-02-09 21:00:19 +01:00
2022-02-09 20:57:32 +01:00
```git commit -m "Added the submodule to the project."```
2022-02-09 21:00:19 +01:00
2022-02-09 20:57:32 +01:00
```git push```
2022-02-02 08:47:28 +01:00
2022-02-09 21:08:57 +01:00
# Mods herunterladen
```git submodule update --init --recursive```
2022-02-09 20:57:32 +01:00
# Update
2022-02-02 08:47:28 +01:00
2022-02-09 20:57:32 +01:00
```git submodule update --remote --merge```