Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Readme: Prioritize Yarn & Include pnpm, npm, bun Installation Options #2451

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ekamahuja
Copy link

The readme is enhanced in this PR by reorganizing the installation instructions to prioritize yarn and introducing support for pnpm, npm, and bun package managers. This change aims to streamline the installation process and accommodate diverse user preferences.

@@ -156,6 +156,9 @@ Install:

```
$ yarn add bullmq
$ npm install bullmq
$ pnpm add bullmq
$ bun add bullmq
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although I am quite confident that BullMQ works well with bun, I think we should warn that the test suite has still not been run against bun.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants