Skip to content

Commit f3ee483

Browse files
authored
docs: CONTRIBUTING: npm -> bun
1 parent ba0ecd4 commit f3ee483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
That's awesome 👏! Check out [`good first issues`](https://github.com/coderaiser/putout/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
88
most likely you can do some contribution using web interface, otherwise worry not 😏.
99

10+
Install [bun](https://bun.sh/).
1011
Make fork of a repo, clone it and run:
1112

1213
```
1314
cd putout
14-
npm install
15+
bun install --no-save
1516
npm run bootstrap
1617
```
1718

0 commit comments

Comments
 (0)