minetest-mods/README.md

303 B

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