From 7f1818a4d06a08de9469a4075a9513f09fb36b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 6 Dec 2020 21:00:41 +0100 Subject: [PATCH] Update README.md --- .github/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 429160b55a..0c667a7c19 100644 --- a/.github/README.md +++ b/.github/README.md @@ -55,11 +55,10 @@ git init # Initialize git in folder git remote add origin URLToYourEnigmatica4Fork # Set remote origin to your Enigmatica 5 fork git remote -v # Verify remote git fetch -git pull +git pull origin master ``` 8) Now double click the script `setup.sh` to setup InstanceSync. It is found in the `development` folder. -9) One more `git pull` You're done!