Update README.md

This commit is contained in:
GenZmeY 2024-10-14 01:59:38 +03:00 committed by GitHub
parent f84e9af92c
commit 53aab88224
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ Open git-bash and go to your project: `cd <your_project_path>`
Add submodule: `git submodule add https://github.com/GenZmeY/KF2-BoxPainterLib BoxPainterLib` Add submodule: `git submodule add https://github.com/GenZmeY/KF2-BoxPainterLib BoxPainterLib`
**updating library:** **updating library:**
Get updates: `pushd BoxPainterLib && git pull && popd` Get updates: `pushd BoxPainterLib && git pull origin master && popd`
Commit the changes: `git add BoxPainterLib && git commit -m 'update box painter lib'` Commit the changes: `git add BoxPainterLib && git commit -m 'update box painter lib'`
### 2. As standalone sources ### 2. As standalone sources