From: Dan Allen Date: Wed, 24 Jan 2018 23:54:11 +0000 (-0700) Subject: don't include .git at end of clone URL in README X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=31988bd4536483886eacf35d3ffe26e4aa86d33e;p=eg-antora.git don't include .git at end of clone URL in README --- 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.