From a1782204aa81028fd65180065e69bc8c26f4ef88 Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Fri, 27 May 2022 23:00:41 +0200 Subject: [PATCH] readme add sections update, checkout and fix contributors --- README.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) 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