diff --git a/README.md b/README.md index 00f71e0..7b179ae 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,10 @@ The backend requires specific environment variables to connect to **Google Cloud #### Backend (port 8000) -In one terminal, from the project root with the virtual environment active: +In one terminal, with the virtual environment active: ```bash +cd backend uv run main.py ```