projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07639c7
)
fix clone command on set up page so it works with copy to clipboard
author
Dan Allen
<dan@opendevise.com>
Wed, 26 Jan 2022 20:24:42 +0000
(13:24 -0700)
committer
Dan Allen
<dan@opendevise.com>
Wed, 26 Jan 2022 20:24:42 +0000
(13:24 -0700)
docs/modules/ROOT/pages/set-up-project.adoc
patch
|
blob
|
history
diff --git
a/docs/modules/ROOT/pages/set-up-project.adoc
b/docs/modules/ROOT/pages/set-up-project.adoc
index
9dad8aa
..
03b7ed1
100644
(file)
--- a/
docs/modules/ROOT/pages/set-up-project.adoc
+++ b/
docs/modules/ROOT/pages/set-up-project.adoc
@@
-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.