fix clone command on set up page so it works with copy to clipboard

This commit is contained in:
Dan Allen
2022-01-26 13:24:42 -07:00
parent 07639c72e0
commit ff24d1111e

View File

@@ -9,8 +9,8 @@ The sources can be {url-project}[Antora's default UI] or an existing UI project
To start, clone the default UI project using git:
[subs=attributes+]
$ git clone {url-project} &&
cd "`basename ${_%.git}`"
$ git clone {url-project}
$ cd "`basename ${_%.git}`"
The example above clones Antora's default UI project and then switches to the project folder on your filesystem.
Stay in this project folder in order to initialize the project using npm.