Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nuxt-modules/prismic
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Apr 8, 2024
2 parents 817ad6a + 67c4991 commit c2295a8
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docs/content/1.get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,9 @@ main:
# Getting Started

1. Install dependency

::code-group
```bash [nuxi]
npx nuxi module add prismic
```
```bash [Yarn]
yarn add --dev @nuxtjs/prismic
```
```bash [npm]
npm install --save-dev @nuxtjs/prismic
```
::
```bash
npx nuxi@latest module add prismic
```

2. Update Nuxt config

Expand Down

0 comments on commit c2295a8

Please sign in to comment.