mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
docs: use "npx create-docusaurus" for init (#5797)
This commit is contained in:
parent
2e85848487
commit
ca5d70d7fb
18 changed files with 30 additions and 30 deletions
|
@ -26,7 +26,7 @@ Create a new Docusaurus site and follow the **very short** embedded tutorial.
|
|||
Install [Node.js](https://nodejs.org/en/download/) and create a new Docusaurus site:
|
||||
|
||||
```bash
|
||||
npm init docusaurus@latest my-website classic
|
||||
npx create-docusaurus@latest my-website classic
|
||||
```
|
||||
|
||||
Start the site:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue