From 18befb3bb83fbc1b200d2dccab65719aeb1c6a1e Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 28 Nov 2022 12:03:11 +0100 Subject: [PATCH] Fixed small oversight in instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756c5fd..61a23d0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This is how you update SangeFault to the latest release. SangeFault is far from 3. Start Minecraft and enjoy! ### Update using command-line -1. Go into your folder again (as explained above) and run the command `git pull` instead of the `git clone https://github.com/SangeloDev/SangeFault` command. +1. Go into your folder again (as explained above) and run the command `cd SangeFault && git pull` instead of the `git clone https://github.com/SangeloDev/SangeFault` command. ## Contribution Contribution is always welcome, since this is the point of this project. You can create addons for SangeFault by editing the pack itself, and it will be reviewed and merged in the addons branch.