From 5d770337d3c1e12899ab50c468b16e2de604e539 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Oct 2025 22:43:21 +0000 Subject: [PATCH] Add installation instructions for yarn, pnpm, and bun package managers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b3d810..8ea2d45 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,20 @@ Features include: **Requirements:** Node.js 18.0.0 or higher -To install, +To install, use your preferred package manager: ```sh -npm add --save react-enable react +# npm +npm install react-enable react + +# yarn +yarn add react-enable react + +# pnpm +pnpm add react-enable react + +# bun +bun add react-enable react ``` Then most users will use it in the following manner: