From 20b69405cf51d3688ec20b44f9214f9fabc17102 Mon Sep 17 00:00:00 2001 From: Josh XT Date: Thu, 20 Apr 2023 01:42:55 -0400 Subject: [PATCH] Update readme to Docker. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f770412558b..6d2329040e6e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ git clone https://github.com/Josh-XT/Agent-LLM pip install -r requirements.txt ``` 3. Configure the necessary environment variables in the `.env` file using `.env.example` as a template. -4. Launch Agent-LLM using Docker Compose (recommended) or by running the `app.py` script. +4. Launch Agent-LLM using Docker (recommended) or by running the `app.py` script. ## Configuration @@ -89,7 +89,7 @@ For a detailed explanation of each setting, refer to the `.env.example` file pro ### Docker Setup (Recommended) -To launch the project using Docker Compose: +To launch the project using Docker: 1. Install Docker on your system. 2. Access the project's root folder.