Skip to content

Commit 94d0393

Browse files
authoredOct 2, 2023
docs: add bun to getting-started.md (#1299)
1 parent 8c5a08c commit 94d0393

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docs/getting-started.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ pnpm dlx husky-init && pnpm install
1818
yarn dlx husky-init --yarn2 && yarn
1919
```
2020

21+
```shell [bun]
22+
bunx husky-init && bun install
23+
```
24+
2125
:::
2226

2327
It will:

0 commit comments

Comments
 (0)
Please sign in to comment.