From bef71fee785614a344f4b63df1e0789bca3dcd7e Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:46:38 +0100 Subject: [PATCH] docs: use new `nuxi module add` command in installation --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3a52b0b..ced5f8c 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,7 @@ Add `@vexip-ui/nuxt` dependency to your project: ```sh -# Using pnpm -pnpm i -D @vexip-ui/nuxt - -# Using yarn -yarn add -D @vexip-ui/nuxt +npx nuxi@latest module add vexip-ui ``` If you want to control the version of Vexip UI, you need to add `vexip-ui` dependency to your project too: