diff --git a/README.md b/README.md index 9fae010..841adf5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Open git-bash and go to your project: `cd ` Add submodule: `git submodule add https://github.com/GenZmeY/KF2-BoxPainterLib BoxPainterLib` **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'` ### 2. As standalone sources