From 070be366e6d6f6c741d5905541f3677df07cb351 Mon Sep 17 00:00:00 2001 From: Cameron Harro <103271364+cameronharro@users.noreply.github.com> Date: Thu, 17 Jul 2025 10:27:48 -0500 Subject: [PATCH] fix(docs): Add bun install command for dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a88ea77..c2d3046 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ You'll need to update values in the `.env` file to match your configuration, but ## 3. Run the server ```bash +bun install bun run src/index.ts ```