From 209ece9edbdff07fd6de268513b41f4897102c7f Mon Sep 17 00:00:00 2001 From: Areeba-Tahir-18 Date: Fri, 16 Jan 2026 11:15:02 +0500 Subject: [PATCH] troubleshoot the issue of missing backend instruction in documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 00f71e0..e0db69d 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,12 @@ 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 +``` + + ```bash uv run main.py ```