correct wrapper, typos; add links

Signed-off-by: LunarMarathon <lmaytan24@gmail.com>
This commit is contained in:
LunarMarathon
2023-10-06 15:11:22 +05:30
parent 92572ff919
commit b3f2827961
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ It will install all the dependencies and give you an option to download the loca
Otherwise, refer to this Guide:
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.
2. Create a `.env` file in your root directory and set your `API_KEY` with your [OpenAI api key](https://platform.openai.com/account/api-keys).
3. Run `docker-compose build && docker-compose up`.
4. Navigate to `http://localhost:5173/`.