From 6a0550b91fb1f971f86763bc8f6922c76634ab29 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Wed, 4 Feb 2026 21:04:12 +0300 Subject: [PATCH] * correct readme - initial setup --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 7663c05..a9bf49c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -4,7 +4,7 @@ MC: 1.21.10 After install client - choose instance `.minecraft` dir and execute for initial install: ``` -git init && git fetch https://vcs.wpstudio.ru/gitea/m2110.git && git checkout master +git init && git remote add origin https://vcs.wpstudio.ru/gitea/m2110.git && git fetch && git checkout master ``` For updates: