docs: fix init command (#667)

This commit is contained in:
Daniel Roe 2021-10-06 12:22:46 +02:00 committed by GitHub
parent b13e20f317
commit 6dfe0d129a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Recommended setup is:
From visual studio code, open an [integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal) and use the following command to create a new starter project:
```bash
npx nuxi my-nuxt3-project
npx nuxi init my-nuxt3-project
```
Open `my-nuxt3-project` folder in visual studio code: