docs: added @latest to install commands (#21702)

This commit is contained in:
Roman Vašek 2023-06-22 17:58:58 +02:00 committed by GitHub
parent dd5dff37d5
commit cfd14e4572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,11 +52,11 @@ Open a terminal (if you're using [Visual Studio Code](https://code.visualstudio.
::code-group
```bash [npx]
npx nuxi init <project-name>
npx nuxi@latest init <project-name>
```
```bash [pnpm]
pnpm dlx nuxi init <project-name>
pnpm dlx nuxi@latest init <project-name>
```
::