Skip to content

Commit

Permalink
docs: add bun to getting-started.md (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet authored Oct 2, 2023
1 parent 8c5a08c commit 94d0393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ pnpm dlx husky-init && pnpm install
yarn dlx husky-init --yarn2 && yarn
```

```shell [bun]
bunx husky-init && bun install
```

:::

It will:
Expand Down

0 comments on commit 94d0393

Please sign in to comment.