Add description

This commit is contained in:
Jimmy 2021-05-23 21:20:22 +12:00
parent c87ea30a30
commit 46f119a3c1
1 changed files with 11 additions and 1 deletions

View File

@ -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```