From 9670a98fdb7b592881e89e7e5c538096be4d6f68 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Sun, 19 Nov 2023 21:47:27 -0500 Subject: [PATCH] minor edits --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 343ad6d..8e1a2ae 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,14 @@ If you prefer to run the backend on a different port, update VITE_WS_BACKEND_URL ## Docker -If you have Docker installed on your system, you can get started quickly with: +If you have Docker installed on your system, in the root directory, run: ```bash echo "OPENAI_API_KEY=sk-your-key" > .env docker-compose up -d --build ``` -Application will be up and running at http://localhost:5173 - -Note that you can't develop the application with this setup as the file changes won't trigger a rebuild. +The app will be up and running at http://localhost:5173. Note that you can't develop the application with this setup as the file changes won't trigger a rebuild. ## 🙋‍♂️ FAQs