mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
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:
parent
a867503f20
commit
25899bfb30
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue