We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923ed95 commit a0c4491Copy full SHA for a0c4491
README.adoc
@@ -131,7 +131,7 @@ Clone the UI project using git:
131
132
[subs=attributes+]
133
$ git clone {url-project} &&
134
- cd "$(basename "$_" .git)"
+ cd "`basename $_`"
135
136
The example above clones the Couchbase docs UI project and then switches to the project folder on your filesystem.
137
Stay in this project folder when executing all subsequent commands.
0 commit comments