From 4b6aebb5a1dbf5dd37e779f163d38a2315471cdd Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 13:48:03 +0100 Subject: [PATCH 1/2] docs: use new `nuxi module add` command in installation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6318e3..7dcfb5e 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,19 @@ Nuxt Module for [vue3-google-signin](https://vue3-google-signin.wavezync.com/) - With **NPM** ```bash -npm install -S nuxt-vue3-google-signin +npx nuxi@latest module add nuxt-vue3-google-signin ``` - With **Yarn** ```bash -yarn add nuxt-vue3-google-signin +npx nuxi@latest module add nuxt-vue3-google-signin ``` - With **PNPM** ```bash -pnpm add nuxt-vue3-google-signin +npx nuxi@latest module add nuxt-vue3-google-signin ``` ### Initialize From 2fc6b54c118e51f6a3ab698843fd65bd83732dd4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:27:38 +0100 Subject: [PATCH 2/2] chore: clean up --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 7dcfb5e..128735c 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,6 @@ Nuxt Module for [vue3-google-signin](https://vue3-google-signin.wavezync.com/) ### Install package -- With **NPM** - -```bash -npx nuxi@latest module add nuxt-vue3-google-signin -``` - -- With **Yarn** - -```bash -npx nuxi@latest module add nuxt-vue3-google-signin -``` - -- With **PNPM** - ```bash npx nuxi@latest module add nuxt-vue3-google-signin ```