aboutsummaryrefslogtreecommitdiff
path: root/zh/README.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-30 22:39:11 +0800
committerruki <waruqi@gmail.com>2018-11-30 09:55:11 +0800
commita50ea9f95295127c98be170b36f6710abf0cc7d3 (patch)
tree8ae4062a46a6af30bf4df464340222082824c68c /zh/README.md
parent06c94a8e9532d83bfd2df3e3a57fabc77430b960 (diff)
downloadxmake-docs-a50ea9f95295127c98be170b36f6710abf0cc7d3.tar.gz
xmake-docs-a50ea9f95295127c98be170b36f6710abf0cc7d3.zip
update docs for v2.2.3
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