Add description
This commit is contained in:
parent
c87ea30a30
commit
46f119a3c1
12
README.md
12
README.md
|
@ -1,6 +1,16 @@
|
||||||
# resource-pack-updater
|
# 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
|
##Run
|
||||||
|
|
||||||
```docker-compose up --build```
|
```docker-compose up --build```
|
||||||
|
|
Loading…
Reference in New Issue