From 79856e403baf2c210fd550447b906d996615e8df Mon Sep 17 00:00:00 2001 From: Shamantak12 <21c07@sdmit.in> Date: Mon, 17 Nov 2025 09:47:42 +0530 Subject: [PATCH] docs: add Bun installation step to local setup instructions (fixes #2483) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 028fcba4..1772e4df 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ $ cp data/generated.sample.json data/generated.json $ cp data/tags.sample.json data/tags.json ``` -3. Build the front-end app and start the development server. +3. Install Bun if you haven't already. You can find installation instructions at [bun.sh](https://bun.sh/docs/installation). + +4. Build the front-end app and start the development server. ```bash $ bun install # install the dependencies