From b2a7b114fb847238c7924a6fb1ebbc083791c60c Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 28 Apr 2024 21:44:20 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f2778..b5a7e7f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Open git-bash and go to your project: `cd ` Add submodule: `git submodule add https://github.com/GenZmeY/KF2-BuildTools tools` **updating build tools (manual)** -Get updates: `pushd tools && git pull && popd` +Get updates: `pushd tools && git pull origin master ; popd` Commit the changes: `git add tools && git commit -m 'update tools'` ### 2. As standalone script