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 909e12f commit 852da12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/bun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Install

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

`bunfig.toml`:
Expand All @@ -14,6 +14,10 @@ preload = ["@deepkit/bun"]
peer = true
```

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

`tsconfig.json`:
```json
{
Expand Down

0 comments on commit 852da12

Please sign in to comment.