Skip to content

Commit f7104dc

Browse files
committed
docs: separate install commands into individual code blocks
1 parent f948c1e commit f7104dc

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ Write [oxlint](https://oxc.rs/docs/guide/usage/linter) custom lint rules with [E
2020

2121
## Install
2222

23+
**npm / yarn / pnpm**
2324
```sh
24-
# npm / yarn / pnpm
2525
npm install effect-oxlint effect@4.0.0-beta.43
26+
```
2627

27-
# bun
28+
**bun**
29+
```sh
2830
bun add effect-oxlint effect@4.0.0-beta.43
31+
```
2932

30-
# jsr (Deno)
33+
**JSR (Deno)**
34+
```sh
3135
deno add jsr:@effect-oxlint/effect-oxlint
3236
```
3337

0 commit comments

Comments
 (0)