Skip to content

Commit

Permalink
chore(bun): improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Oct 4, 2023
1 parent 9a88615 commit 909e12f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/bun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
## Install

```sh
bun install @deepkit/type @deepkit/type-compiler @deepkit/bun typescript
bun install @deepkit/type @deepkit/type-compiler @deepkit/core @deepkit/bun typescript
```

`bunfig.toml`:
```toml
preload = ["@deepkit/bun"]

[install]
peer = true
```

`tsconfig.json`:
Expand Down

0 comments on commit 909e12f

Please sign in to comment.