diff --git a/README.md b/README.md index 7277a96..1d88896 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,17 @@ Run the following to enable these V2 modules. ### Image Setup: +Use these commands to build the images.
+`docker build --file Dockerfile_standalone_command --tag standalone_command .`
+`docker build --file Dockerfile_standalone_TwitchScript --tag twitchscript_standalone .`
+`docker build --file Dockerfile_standalone_DiscordScript --tag discordscript_standalone .`
+ ### Docker-Compose Info: +To Start: +`docker-compose up`
+To Stop: +`docker-compose down`
___ ~~# V1 Info:~~