While following the setup instructions in the README, users who don’t have bun installed globally may encounter an error when running bun install or bun dev.
Steps to reproduce:
Clone the repository:
git clone https://github.com/goodfirstissue/goodfirstissue.git
cd goodfirstissue
Try running:bun install
If bun is not globally installed, the command fails with an error:
bash: bun: command not found
Expected behavior:
The setup instructions should clearly mention that users need to install Bun before running the commands.
Proposed fix:
In the “Setting up the project locally” section of the README, add a note before the bun install step:
Note: Make sure you have Bun