From 200a3b65ee3a6be3b3f895eb7ec44b78c67f4113 Mon Sep 17 00:00:00 2001 From: Akash Kundu <112017800+Akash190104@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:06:44 +0530 Subject: [PATCH] [Docs] Update Quickstart.md --- docs/pages/Deploying/Quickstart.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pages/Deploying/Quickstart.md b/docs/pages/Deploying/Quickstart.md index f78a5fae..6c0b974a 100644 --- a/docs/pages/Deploying/Quickstart.md +++ b/docs/pages/Deploying/Quickstart.md @@ -1,16 +1,16 @@ ## Launching Web App -Note: Make sure you have docker installed +Note: Make sure you have Docker installed On Mac OS or Linux just write: `./setup.sh` -It will install all the dependencies and give you an option to download local model or use OpenAI +It will install all the dependencies and give you an option to download the local model or use OpenAI -Otherwise refer to this Guide: +Otherwise, refer to this Guide: -1. Open download this repository with `git clone https://github.com/arc53/DocsGPT.git` -2. Create .env file in your root directory and set your `API_KEY` with your openai api key +1. Open and download this repository with `git clone https://github.com/arc53/DocsGPT.git` +2. Create a .env file in your root directory and set your `API_KEY` with your openai api key 3. Run `docker-compose build && docker-compose up` 4. Navigate to `http://localhost:5173/`