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