diff --git a/README.md b/README.md index 3fefd23..519e38a 100644 --- a/README.md +++ b/README.md @@ -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. 2. Clone this repository `git clone https://gitlab.com/EternalWanderer/dice-roller.git` 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.