From 24766a4ab26a667c2ab5ee6909136a348f1044a3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:55:24 +0100 Subject: [PATCH] docs: use new `nuxi module add` command in installation --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 9a56971..6de9c89 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,7 @@ Nuxt Well-Known module is integrated with the [Nuxt Devtools](https://github.com 1. Add `@zadigetvoltaire/nuxt-well-known` dependency to your project ```bash -# Using pnpm -pnpm add -D @zadigetvoltaire/nuxt-well-known - -# Using yarn -yarn add --dev @zadigetvoltaire/nuxt-well-known - -# Using npm -npm install --save-dev @zadigetvoltaire/nuxt-well-known +npx nuxi@latest module add well-known ``` 2. Add `@zadigetvoltaire/nuxt-well-known` to the `modules` section of `nuxt.config.ts`