Skip to content

Commit

Permalink
docs: add latest to nuxi command
Browse files Browse the repository at this point in the history
Resolves #2058
  • Loading branch information
Atinux committed May 9, 2023
1 parent 3949798 commit 2939b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/2.get-started.md
Expand Up @@ -30,11 +30,11 @@ Before getting started, please **make sure to have installed the recommended set

::code-group
```bash [npx]
npx nuxi init content-app -t content
npx nuxi@latest init content-app -t content
```

```bash [pnpm]
pnpm dlx nuxi init content-app -t content
pnpm dlx nuxi@latest init content-app -t content
```
::

Expand Down

0 comments on commit 2939b79

Please sign in to comment.