Skip to content

Commit

Permalink
Update readme to Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Apr 20, 2023
1 parent ecd41f9 commit 20b6940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 20b6940

Please sign in to comment.