Skip to content

Commit 7482db9

Browse files
committed
Update README.md with bun setup instructions
1 parent d1d25b6 commit 7482db9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ yarn 2+ have native support for patching dependencies via
6565
[`yarn patch`](https://yarnpkg.com/cli/patch). You do not need to use
6666
patch-package on these projects.
6767

68+
### bun
69+
70+
bun add patch-package
71+
72+
You can use `--dev` if you don't need to run bun in production, e.g. if you're
73+
making a web frontend.
74+
6875
### pnpm
6976

7077
pnpm has native support for patching dependencies via

0 commit comments

Comments
 (0)