From e1572dc34f4a09af7fa512260ed8c6e15013320a Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Sat, 15 May 2021 05:14:14 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85340b4..3d66a10 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ The bot provides and assists with several things like custom commands, channel r ___ # Requirements: -- Docker (For the Standalone Service Containers) +- Docker (For the Standalone Containers) - Python (Min Version > 3.7 for TTS Speaker)
-(Remember to use `pip install -r requirements.txt`) +(After install remember to use: `pip install -r requirements.txt` )
@@ -32,6 +32,8 @@ Linux: `makedockerimages.sh` ## Docker-Compose Info: +Use the following command to start up all the standalone containers based on the images you just created. + To Start: `docker-compose up -d`
To Stop: