mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-20 07:30:57 +00:00
docs: added @latest
to install commands (#21702)
This commit is contained in:
parent
dd5dff37d5
commit
cfd14e4572
@ -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>
|
||||
```
|
||||
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user