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:
eabf2d0
)
resolves #176 drop .git suffix from basename in clone instructions
author
Dan Allen
<dan@opendevise.com>
Sun, 6 Jun 2021 07:35:37 +0000
(
01:35
-0600)
committer
Dan Allen
<dan@opendevise.com>
Sun, 6 Jun 2021 07:35:37 +0000
(
01:35
-0600)
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
be7dac2
..
9dad8aa
100644
(file)
--- a/
docs/modules/ROOT/pages/set-up-project.adoc
+++ b/
docs/modules/ROOT/pages/set-up-project.adoc
@@
-10,7
+10,7
@@
To start, clone the default UI project using git:
[subs=attributes+]
$ git clone {url-project} &&
- cd "`basename $
_
`"
+ 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.