From f44fff42da5445825b5ebb7a567025c2a3211a0b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 14 May 2022 23:43:33 -0500 Subject: [PATCH] init commit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2084e7..2f1d8ef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # ftbdw20118 -feed the beast direwolf 20 v 1.18 \ No newline at end of file +## Settings +Defaulted to DW 20 1.18 +you can change this behaviour by passing the MODPACKID env and +the VERSION if desired. Default is to grab the latest version +this includes beta versions. + + +# Example Run +``` +docker build --tag ftbdw20118:latest . +docker-compose up -d +```