aboutsummaryrefslogtreecommitdiff
path: root/zh/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zh/README.md')
-rw-r--r--zh/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/zh/README.md b/zh/README.md
index e0fb7a3d..a7b4a882 100644
--- a/zh/README.md
+++ b/zh/README.md
@@ -1405,6 +1405,12 @@ $ xmake require --list
$ xmake repo --add myrepo git@github.com:myrepo/xmake-repo.git
```
+v2.2.3开始,支持添加指定分支的repo,例如:
+
+```console
+$ xmake repo --add myrepo git@github.com:myrepo/xmake-repo.git dev
+```
+
我们也可以移除已安装的某个仓库:
```console