Skip to content

Commit 1d59df4

Browse files
clordclaude
andauthored
Add installation instructions for yarn, pnpm, and bun package managers (#37)
Updated the README.md to include installation examples for all popular package managers (npm, yarn, pnpm, and bun) to make it easier for users to get started regardless of their tooling preferences. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent d372219 commit 1d59df4

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,20 @@ Features include:
1313

1414
**Requirements:** Node.js 18.0.0 or higher
1515

16-
To install,
16+
To install, use your preferred package manager:
1717

1818
```sh
19-
npm add --save react-enable react
19+
# npm
20+
npm install react-enable react
21+
22+
# yarn
23+
yarn add react-enable react
24+
25+
# pnpm
26+
pnpm add react-enable react
27+
28+
# bun
29+
bun add react-enable react
2030
```
2131

2232
Then most users will use it in the following manner:

0 commit comments

Comments
 (0)