From 9da4cc9640b246be55adfe408603f4ad73af6097 Mon Sep 17 00:00:00 2001 From: Jay Martin Date: Fri, 26 Jul 2019 18:54:33 -0700 Subject: [PATCH] move "cd to the repository" to "Scaffold the Site" (#1713) The folder isn't important for the command `npm install --global docusaurus-init`. However, it is important to run `docusaurus-init` in the repository folder. The pull request moves the step to **[Scaffold the Site](https://docusaurus.io/docs/en/next/tutorial-create-new-site#scaffold-the-site).** --- docs/tutorial-setup.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/tutorial-setup.md b/docs/tutorial-setup.md index 153defe382..9dfd24a0f5 100644 --- a/docs/tutorial-setup.md +++ b/docs/tutorial-setup.md @@ -76,13 +76,7 @@ git clone https://github.com/USERNAME/docusaurus-tutorial.git # HTTPS Docusaurus comes with a command line tool to help you scaffold a Docusaurus site with some example templates. Let's install the installer! -1. `cd` to the directory of your local repository. - -```sh -cd docusaurus-tutorial -``` - -2. Run the following command: +Run the following command: ```sh npm install --global docusaurus-init