From 1e5d553fec925f5751fdf1892e301da0c4c6dd84 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Tue, 23 Aug 2022 17:36:48 +0200 Subject: [PATCH] Docker reference --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.