Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 3, 2024
1 parent 8a91b6e commit 4a910f4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,7 @@ This module only works with SSR (server-side rendering) enabled as it uses serve
### 1. Add `nuxt-oidc-auth` dependency to your project

```bash
# Using pnpm
pnpm add -D nuxt-oidc-auth

# Using yarn
yarn add --dev nuxt-oidc-auth

# Using npm
npm install --save-dev nuxt-oidc-auth
npx nuxi@latest module add nuxt-oidc-auth
```

### 2. Add `nuxt-oidc-auth` to the `modules` section of `nuxt.config.ts`
Expand Down

0 comments on commit 4a910f4

Please sign in to comment.