update readme

This commit is contained in:
CaiHQ
2021-11-06 10:11:35 +08:00
parent dd2b41e5f2
commit 8f5ddf80ac
4 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.DS_Store
.gradle .gradle
.idea .idea
gradlew gradlew

View File

@@ -15,6 +15,7 @@ git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gi
更新所有子项目: 更新所有子项目:
``` ```
git pull --rebase --recurse-submodules git submodule foreach git pull --rebase origin master
git pull --rebase origin master
``` ```