We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxi module add
1 parent 091992e commit 24766a4Copy full SHA for 24766a4
README.md
@@ -37,14 +37,7 @@ Nuxt Well-Known module is integrated with the [Nuxt Devtools](https://github.com
37
1. Add `@zadigetvoltaire/nuxt-well-known` dependency to your project
38
39
```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
+npx nuxi@latest module add well-known
48
```
49
50
2. Add `@zadigetvoltaire/nuxt-well-known` to the `modules` section of `nuxt.config.ts`
0 commit comments