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 ```