From 31988bd4536483886eacf35d3ffe26e4aa86d33e Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 24 Jan 2018 16:54:11 -0700 Subject: [PATCH] don't include .git at end of clone URL in README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0