don't include .git at end of clone URL in README
authorDan Allen <dan@opendevise.com>
Wed, 24 Jan 2018 23:54:11 +0000 (16:54 -0700)
committerDan Allen <dan@opendevise.com>
Wed, 24 Jan 2018 23:54:11 +0000 (16:54 -0700)
README.adoc

index 8133049..786cc1e 100644 (file)
@@ -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.