Skip to content

Commit

Permalink
Update README.md with bun setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Strengthless committed Sep 10, 2023
1 parent d1d25b6 commit 7482db9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ yarn 2+ have native support for patching dependencies via
[`yarn patch`](https://yarnpkg.com/cli/patch). You do not need to use
patch-package on these projects.

### bun

bun add patch-package

You can use `--dev` if you don't need to run bun in production, e.g. if you're
making a web frontend.

### pnpm

pnpm has native support for patching dependencies via
Expand Down

0 comments on commit 7482db9

Please sign in to comment.