aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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