Docker reference

This commit is contained in:
Nox Sluijtman 2022-08-23 17:36:48 +02:00
parent d92e8cd230
commit 1e5d553fec

View file

@ -14,3 +14,8 @@ Instructions on how to add it can be found on the page.
1. Make sure you have at least Go 1.17 installed. 1. Make sure you have at least Go 1.17 installed.
2. Clone this repository `git clone https://gitlab.com/EternalWanderer/dice-roller.git` 2. Clone this repository `git clone https://gitlab.com/EternalWanderer/dice-roller.git`
3. Move into the directory and type `make install` 3. Move into the directory and type `make install`
### Docker
I also have a docker image containing both this and my [sheet parser](https://gitlab.com/EternalWanderer/dnd-box).
Further instructions on how to use that can be found in it's own repo.