Skip to content

Commit

Permalink
resolves #176 drop .git suffix from basename in clone instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jun 6, 2021
1 parent eabf2d0 commit e985510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/set-up-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To start, clone the default UI project using git:

[subs=attributes+]
$ git clone {url-project} &&
cd "`basename $_`"
cd "`basename ${_%.git}`"

The example above clones Antora's default UI project and then switches to the project folder on your filesystem.
Stay in this project folder in order to initialize the project using npm.
Expand Down

0 comments on commit e985510

Please sign in to comment.