From b746bf124b57be9b07e8307ce4234858b24c86d3 Mon Sep 17 00:00:00 2001 From: Michael Ngo Date: Mon, 23 Oct 2023 04:14:57 -0400 Subject: [PATCH] Update README to simpler command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f86b05f..05cb662a 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ Enable AWS connection by pasting the .env file into the repo. Start the server backend by running ``` -cd src/api -uvicorn backend:app --reload +uvicorn src.api/.backend:app --reload ``` Open a new bash terminal and start the frontend by running