From 9e10e65eb88318d664c0b4ed4e12e72001559111 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 13:24:19 +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 e96e36f1..61d5d5a8 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,7 @@ 1. Add `@nuxtjs/kinde` dependency to your project ```bash -# Using pnpm -pnpm add -D @nuxtjs/kinde - -# Using yarn -yarn add --dev @nuxtjs/kinde - -# Using npm -npm install --save-dev @nuxtjs/kinde +npx nuxi@latest module add kinde ``` 2. Add `@nuxtjs/kinde` to the `modules` section of `nuxt.config.ts`