aboutsummaryrefslogtreecommitdiff
path: root/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 /README.md
parent06c94a8e9532d83bfd2df3e3a57fabc77430b960 (diff)
downloadxmake-docs-a50ea9f95295127c98be170b36f6710abf0cc7d3.tar.gz
xmake-docs-a50ea9f95295127c98be170b36f6710abf0cc7d3.zip
update docs for v2.2.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 32282d93..da933456 100644
--- a/README.md
+++ b/README.md
@@ -1179,6 +1179,12 @@ We can add the repository with the following command:
$ xmake repo --add myrepo git@github.com:myrepo/xmake-repo.git
```
+Starting with v2.2.3, support for adding repos for specified branches, for example:
+
+```console
+$ xmake repo --add myrepo git@github.com:myrepo/xmake-repo.git dev
+```
+
Or we write directly in xmake.lua:
```lua