From 46f119a3c1d907700e3174c96b482ab8b011317c Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sun, 23 May 2021 21:20:22 +1200 Subject: [PATCH] Add description --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index effae43..c4ad6b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # resource-pack-updater +On request from a web hook: +Pulls this resource pack https://github.com/Pixel-Hideaway/ResourcePack +Extract it +Collate files +Compresse into a zip file +Generatate a sha1 hash +Push zip and sha1 to BackBlaze + +##Setup + +```cp .env.sample .env``` ##Run - ```docker-compose up --build```