minetest-mods/README.md

12 lines
232 B
Markdown
Raw 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>```
```git commit -m "Added the submodule to the project."```
```git push```
2022-02-02 08:47:28 +01:00
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```