1
0

Update README.md

This commit is contained in:
GenZmeY 2024-04-28 21:44:20 +03:00 committed by GitHub
parent fb458ac61f
commit b2a7b114fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ Open git-bash and go to your project: `cd <your_project_path>`
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