From 91ee272e350ae6abe66389eaabd1e412f55eb27e Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 27 Dec 2024 22:04:23 +0100 Subject: [PATCH] docs: add pnpm install section --- docs/install.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/install.md b/docs/install.md index f724e53..cc64fc4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -19,6 +19,13 @@ bun install --dev vite-plugin-local # bun i -d vite-plugin-local ``` +```bash [pnpm] +pnpm add --save-dev vite-plugin-local + +# or, install via +# pnpm i -d vite-plugin-local +``` + ```bash [yarn] yarn add --dev vite-plugin-local