Skip to content

Commit

Permalink
docs: add pnpm install section
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 27, 2024
1 parent 71ef5e1 commit 91ee272
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 91ee272

Please sign in to comment.