Skip to content

Commit 2939b79

Browse files
authored
docs: add latest to nuxi command
Resolves #2058
1 parent 3949798 commit 2939b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/2.get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Before getting started, please **make sure to have installed the recommended set
3030

3131
::code-group
3232
```bash [npx]
33-
npx nuxi init content-app -t content
33+
npx nuxi@latest init content-app -t content
3434
```
3535

3636
```bash [pnpm]
37-
pnpm dlx nuxi init content-app -t content
37+
pnpm dlx nuxi@latest init content-app -t content
3838
```
3939
::
4040

0 commit comments

Comments
 (0)