diff --git a/README.md b/README.md index d69bdcf..39c3ee5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,26 @@ # yourflight-mods -This repo holds all the mods of the Your Flight server. The MIT license covers only the combination of the mods, not the mods themselves. They may have different licenses, please +This repo holds all the mods of the Your Flight server. The MIT license covers only the combination of the mods, not the mods themselves. They may have different licenses, please see there. + +# Checkout + +Go to the mods folder. There, do + +``` +git clone --recursive https://gitea.your-land.de/your-flight/yourflight-mods.git . +``` + +# Update + +Go to the mods folder. There, do + +``` +git pull +git submodule update --recursive --remote +``` # contributors -APercy -Alias -Ineva \ No newline at end of file +* APercy +* Alias +* Ineva \ No newline at end of file