Skip to content

Commit c6e03ae

Browse files
committed
docs: use nuxi module
1 parent 39c563a commit c6e03ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/docs/ssr/nuxt.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Using Pinia with [Nuxt](https://nuxt.com/) is easier since Nuxt takes care of a
1010
## Installation
1111

1212
```bash
13-
yarn add pinia @pinia/nuxt
14-
# or with npm
15-
npm install pinia @pinia/nuxt
13+
npx nuxi@latest module add pinia
1614
```
1715

1816
:::tip

0 commit comments

Comments
 (0)