add "cd to the repository" to "Scaffold the Site" (#1714)

The step "`cd` to the directory of your local repository" was moved from **[Install the Docusaurus init command](https://docusaurus.io/docs/en/next/tutorial-setup#install-the-docusaurus-init-command)**. See the [previous pull request](https://github.com/facebook/docusaurus/pull/1713).
This commit is contained in:
Jay Martin 2019-07-26 18:52:25 -07:00 committed by Wei Gao
parent a867503f20
commit 25899bfb30

View file

@ -9,7 +9,13 @@ In this section, we'll get our Docusaurus site up and running for local developm
## Scaffold the Site
1. Execute the `docusaurus-init` command in your terminal.
1. `cd` to the directory of your local repository.
```sh
cd docusaurus-tutorial
```
2. Execute the `docusaurus-init` command in your terminal.
```sh
docusaurus-init