docs: use "npx create-docusaurus" for init (#5797)

This commit is contained in:
Sébastien Lorber 2021-10-27 14:46:25 +02:00 committed by GitHub
parent 2e85848487
commit ca5d70d7fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 30 additions and 30 deletions

View file

@ -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: