From a52a180ba8eab36389430d726d2e50f6a8be7c91 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 13:26:32 +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 4318f2d..36062a5 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,7 @@ This Nuxt module makes working with [Lucide](https://lucide.dev/) icons a breeze 1. Add `nuxt-lucide-icons` dependency to your project ```bash -# Using pnpm -pnpm add -D nuxt-lucide-icons - -# Using yarn -yarn add --dev nuxt-lucide-icons - -# Using npm -npm install --save-dev nuxt-lucide-icons +npx nuxi@latest module add lucide-icons ``` 2. Add `nuxt-lucide-icons` to the `modules` section of `nuxt.config.ts`