From b6265f4b1d789554cb1cacab81418d1ae4350fbf Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Mon, 3 Oct 2022 15:40:37 -0700 Subject: [PATCH] Add documentation for new ~name parameter --- docs/build-scripts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build-scripts.md b/docs/build-scripts.md index b387dd8..d418722 100644 --- a/docs/build-scripts.md +++ b/docs/build-scripts.md @@ -168,6 +168,7 @@ If the URL scheme starts with `git+`, the source will be downloaded as a git rep - `~branch`: Specify which branch of the repo to check out. - `~commit`: Specify which commit of the repo to check out. - `~depth`: Specify what depth should be used when cloning the repo. Must be an integer. +- `~name`: Specify the name of the directory into which the git repo should be cloned. Examples: