Skip to content

Commit fd6456a

Browse files
authored
Merge pull request #20 from danielroe/module-installation
docs: use new `nuxi module add` command in installation
2 parents 7156be9 + 24766a4 commit fd6456a

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
@@ -37,14 +37,7 @@ Nuxt Well-Known module is integrated with the [Nuxt Devtools](https://github.com
3737
1. Add `@zadigetvoltaire/nuxt-well-known` dependency to your project
3838

3939
```bash
40-
# Using pnpm
41-
pnpm add -D @zadigetvoltaire/nuxt-well-known
42-
43-
# Using yarn
44-
yarn add --dev @zadigetvoltaire/nuxt-well-known
45-
46-
# Using npm
47-
npm install --save-dev @zadigetvoltaire/nuxt-well-known
40+
npx nuxi@latest module add well-known
4841
```
4942

5043
2. Add `@zadigetvoltaire/nuxt-well-known` to the `modules` section of `nuxt.config.ts`

0 commit comments

Comments
 (0)