Skip to content

Commit 098e066

Browse files
authored
docs: update readme to include bun install (#278)
1 parent fceb78a commit 098e066

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ If you require this package's `tsconfig-paths/register` module it will read the
1414

1515
## How to install
1616

17-
```
17+
```bash
1818
yarn add --dev tsconfig-paths
19-
```
20-
21-
or
22-
23-
```
19+
# or
2420
npm install --save-dev tsconfig-paths
21+
# or
22+
bun install --dev tsconfig-paths
2523
```
2624

2725
## How to use

0 commit comments

Comments
 (0)