Skip to content

Commit fda5d5e

Browse files
authored
Merge pull request #72 from danielroe/module-installation
docs: use new `nuxi module add` command in installation
2 parents 2ca678f + 2649a32 commit fda5d5e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ See the detailed feature explanation here: [#58 (comment)](https://github.com/ad
3131
1. Add `nupolyon` dependency to your project
3232

3333
```bash
34-
# Using pnpm
35-
pnpm add -D nupolyon
36-
37-
# Using yarn
38-
yarn add --dev nupolyon
39-
40-
# Using npm
41-
npm install --save-dev nupolyon
34+
npx nuxi@latest module add nupolyon
4235
```
4336

4437
2. Add `nupolyon` to the `modules` section of `nuxt.config.ts`

0 commit comments

Comments
 (0)