Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-documentation-theme
Commits
ff24d111
Commit
ff24d111
authored
Jan 26, 2022
by
Dan Allen
Browse files
fix clone command on set up page so it works with copy to clipboard
parent
07639c72
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/modules/ROOT/pages/set-up-project.adoc
View file @
ff24d111
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment