diff options
| author | ruki <waruqi@gmail.com> | 2018-11-30 22:39:11 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-30 09:55:11 +0800 |
| commit | a50ea9f95295127c98be170b36f6710abf0cc7d3 (patch) | |
| tree | 8ae4062a46a6af30bf4df464340222082824c68c /README.md | |
| parent | 06c94a8e9532d83bfd2df3e3a57fabc77430b960 (diff) | |
| download | xmake-docs-a50ea9f95295127c98be170b36f6710abf0cc7d3.tar.gz xmake-docs-a50ea9f95295127c98be170b36f6710abf0cc7d3.zip | |
update docs for v2.2.3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
