From c89dca8c70cfa9a5abe67ef80f51f152d971526c Mon Sep 17 00:00:00 2001 From: Kyle Stone Date: Tue, 28 Jan 2020 17:06:02 -0500 Subject: Add ability to specify project branch to install --- docs/markdown/fallback-wraptool.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/fallback-wraptool.md b/docs/markdown/fallback-wraptool.md index ebf8b91..9f4814b 100644 --- a/docs/markdown/fallback-wraptool.md +++ b/docs/markdown/fallback-wraptool.md @@ -17,11 +17,15 @@ To list all available wraps: To install a wrap, go to your source root, make sure that the `subprojects` directory exists and run this command: - ghwt.py install + ghwt.py install [] This will stage the subproject ready to use. If you have multiple subprojects you need to download them all manually. +Specifying branch name is optional. If not specified, the list +of potential branches is sorted alphabetically and the last branch is +used. + *Note* The tool was added in 0.32.0, for versions older than that you need to delete the `foo.wrap` file to work around this issue. -- cgit v1.1