Skip to content

Commit b54081f

Browse files
authored
docs: add pnpm to README.md and docs/README.md (#1009)
1 parent 080f5b8 commit b54081f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Install it locally in your project folder:
1616
npm i tsup -D
1717
# Or Yarn
1818
yarn add tsup --dev
19+
# Or pnpm
20+
pnpm add tsup -D
1921
```
2022

2123
You can also install it globally but it's not recommended.

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Install it locally in your project folder:
2828
npm i tsup -D
2929
# Or Yarn
3030
yarn add tsup --dev
31+
# Or pnpm
32+
pnpm add tsup -D
3133
```
3234

3335
You can also install it globally but it's not recommended.

0 commit comments

Comments
 (0)