From bfde8aad5c8c2d800e28d082985d603ea97877de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 19 Jul 2020 21:50:01 +0200 Subject: [PATCH] Update README.md --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 08ddbf3..5109c22 100644 --- a/.github/README.md +++ b/.github/README.md @@ -49,7 +49,7 @@ You're done! 7) Open the folder of the MultiMC Instance you made (step 1-5), and go into the .minecraft folder - Open a Terminal and use the following commands: ``` git init # Initialize git in folder -git remote add origin URLToYourEnigmatica4Fork # Set remote origin to your Enigmatica 5 fork +git remote add origin URLToYourEnigmatica5Fork # Set remote origin to your Enigmatica 5 fork git remote -v # Verify remote git fetch git pull