Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Apr 4, 2024
1 parent 42e4723 commit 752f783
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 @@ -18,14 +18,7 @@ Varlet Module for Nuxt3
1. Add `@varlet/nuxt` dependency to your project

```bash
# Using pnpm
pnpm add -D @varlet/nuxt

# Using yarn
yarn add --dev @varlet/nuxt

# Using npm
npm install --save-dev @varlet/nuxt
npx nuxi@latest module add varlet
```

2. Add `@varlet/nuxt` to the `modules` section of `nuxt.config.ts`
Expand Down

0 comments on commit 752f783

Please sign in to comment.