diff --git a/docs/en/next/tutorial-setup.html b/docs/en/next/tutorial-setup.html index f80a32c074..b1b682a62e 100644 --- a/docs/en/next/tutorial-setup.html +++ b/docs/en/next/tutorial-setup.html @@ -120,9 +120,9 @@ v8.15.1
cd
to a directory where the local clone will be a subdirectory. (For help see Introduction to the command-line interface.)cd /Users/USERNAME/doc_projects # macOS example
+cd /Users/NAME/doc_projects # macOS example
# or
-cd /c/USERNAME/doc_projects # Windows example
+cd /c/NAME/doc_projects # Windows example
- Clone your repository to your local machine:
@@ -139,7 +139,7 @@ git clone https://github.com/USERNAME/docusau
or if you have Yarn:
yarn global add docusaurus-init
-Last updated on 2019-7-27 by Jay Martin