summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-01-24 16:54:11 -0700
committerDan Allen <dan@opendevise.com>2018-01-24 16:54:11 -0700
commit31988bd4536483886eacf35d3ffe26e4aa86d33e (patch)
tree462a3bc3cd3c40043db7689e833ff4e48c7682c5 /README.adoc
parent275bfc45ce02114f31cd95c8927166732e83129f (diff)
downloadalpine-antora-theme-31988bd4536483886eacf35d3ffe26e4aa86d33e.tar.bz2
alpine-antora-theme-31988bd4536483886eacf35d3ffe26e4aa86d33e.tar.xz
don't include .git at end of clone URL in README
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 8133049..786cc1e 100644
--- 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.