Skip to content

Commit bdfcc7e

Browse files
committed
docs: use new nuxi module add command in installation
1 parent fefb2df commit bdfcc7e

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

Diff for: docs/content/1.get-started.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,9 @@ main:
99
# Getting Started
1010

1111
1. Install dependency
12-
13-
::code-group
14-
```bash [nuxi]
15-
npx nuxi module add prismic
16-
```
17-
```bash [Yarn]
18-
yarn add --dev @nuxtjs/prismic
19-
```
20-
```bash [npm]
21-
npm install --save-dev @nuxtjs/prismic
22-
```
23-
::
12+
```bash
13+
npx nuxi@latest module add prismic
14+
```
2415

2516
2. Update Nuxt config
2617

0 commit comments

Comments
 (0)