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 f4b3512 commit 43305fc
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 @@ -26,14 +26,7 @@ This module only works with SSR (server-side rendering) enabled as it uses serve
1. Add `nuxt-auth-utils` dependency to your project

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

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

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

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

0 comments on commit 43305fc

Please sign in to comment.