Skip to content

Commit 107148e

Browse files
authored
docs: add jsr installation (#2)
1 parent 7820c8a commit 107148e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ console.log(1, 'foo')
3737
## Installation
3838

3939
```bash
40+
# npm
4041
npm i -D unplugin-inline-enum
42+
43+
# jsr
44+
npx jsr add -D @unplugin/inline-enum
4145
```
4246

4347
<details>

0 commit comments

Comments
 (0)