From 452683f4d7360c77a81e6057b9bdf83248fa6aec Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 13 Apr 2021 23:55:22 +0200 Subject: [PATCH] Added docker images link to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1961201..55d11e3 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,7 @@ really just a wrapper around this build script, allowing you to write `make test` instead of `./build -m dev -a run test`. tl;dr run `make run` to run your build, and `make test` to run the tests. + +## Docker images + +The images are available [here](https://hub.docker.com/r/chewingbever/fej).