From b9efb98280cae47a61ad93decbe3b7e2f181a3f8 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 4 Apr 2023 14:12:35 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a3b6699..6f2ceb62 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Note: Make sure you have docker installed 1. Open dowload this repository with `git clone https://github.com/arc53/DocsGPT.git` 2. Open docker-compose.yaml and replace with your OpenAI's key (there are 4 places) 3. Run `docker-compose build && docker-compose up` +4. Navigate to http://localhost:5173/ To stop just run Ctrl + C