From beffde1849cce2c0f1e171aa278a1c80c4257375 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 20 Jul 2023 13:06:00 +0200 Subject: [PATCH] docs(installation): move `pnpm` first --- docs/content/1.getting-started/2.installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 6cdb2f55..e0ef9221 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -8,6 +8,10 @@ description: 'Learn how to install and configure the module in your Nuxt app.' ::code-group +```sh [pnpm] +pnpm i -D @nuxthq/ui +``` + ```bash [yarn] yarn add -D @nuxthq/ui ``` @@ -16,10 +20,6 @@ yarn add -D @nuxthq/ui npm install -D @nuxthq/ui ``` -```sh [pnpm] -pnpm i -D @nuxthq/ui -``` - :: 2. Add it to your `modules` section in your `nuxt.config`: @@ -131,4 +131,4 @@ Update your `package.json` to the following: } ``` -Then run `npm install` or `yarn install`. +Then run `pnpm install`, `yarn install` or `npm install`.