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:
275bfc4
)
don't include .git at end of clone URL in README
author
Dan Allen
<dan@opendevise.com>
Wed, 24 Jan 2018 23:54:11 +0000
(16:54 -0700)
committer
Dan Allen
<dan@opendevise.com>
Wed, 24 Jan 2018 23:54:11 +0000
(16:54 -0700)
README.adoc
patch
|
blob
|
history
diff --git
a/README.adoc
b/README.adoc
index
8133049
..
786cc1e
100644
(file)
--- a/
README.adoc
+++ b/
README.adoc
@@
-107,7
+107,7
@@
Now that you have the prerequisites installed, you can fetch and build the defau
Clone the default UI project using git:
[subs=attributes+]
- $ git clone {uri-project}
.git
&&
+ $ git clone {uri-project} &&
cd "`basename $_`"
The example above clones Antora's default UI project and then switches to the project folder on your filesystem.