From 7cc254bc322ee5373ca526bbcef99dcc5627a645 Mon Sep 17 00:00:00 2001 From: Zohaib Shahid Date: Wed, 21 Jan 2026 02:19:37 +0500 Subject: [PATCH] Fix backend run instructions in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00f71e0..73c2915 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ The backend requires specific environment variables to connect to **Google Cloud In one terminal, from the project root with the virtual environment active: ```bash +cd backend uv run main.py ```