From 44eece71c33080c0cec80a3016d58a0594ff2388 Mon Sep 17 00:00:00 2001 From: SPARSH BATRA Date: Tue, 16 Sep 2025 12:35:41 +0530 Subject: [PATCH] docs: add bun --version check for clarity --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 028fcba4..4d5d264e 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,13 @@ To contribute new features and changes to the website, you would want to run the $ cp data/generated.sample.json data/generated.json $ cp data/tags.sample.json data/tags.json ``` +3. Verify that Bun is installed correctly by running: -3. Build the front-end app and start the development server. +```bash +$ bun --version +``` + +4. Build the front-end app and start the development server. ```bash $ bun install # install the dependencies