From a6fc5128cacf5ea1c8bde5814bd9ad403c2dbc76 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Thu, 4 Apr 2024 13:55:16 +0200 Subject: [PATCH] docs: update quick setup section --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 36062a5..598d342 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,13 @@ This Nuxt module makes working with [Lucide](https://lucide.dev/) icons a breeze ## Quick Setup -1. Add `nuxt-lucide-icons` dependency to your project +Install the module to your Nuxt application with one command: ```bash -npx nuxi@latest module add lucide-icons +npx nuxi module add lucide-icons ``` -2. Add `nuxt-lucide-icons` to the `modules` section of `nuxt.config.ts` - -```ts -export default defineNuxtConfig({ - modules: [ - 'nuxt-lucide-icons' - ] -}) -``` - -3. That's it! You can now use [all Lucide icons](https://lucide.dev/icons) in your Nuxt app ✨ +That's it! You can now use [all Lucide icons](https://lucide.dev/icons) in your Nuxt app ✨ ```vue