From b80cf6a09c92b0d6de90368c8c1a73f3c198ed54 Mon Sep 17 00:00:00 2001 From: cfultz Date: Wed, 15 Nov 2023 11:39:24 -0500 Subject: [PATCH] Updated README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 243995b..2d54b51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Compiling Zandronum with Docker -## Why? +This Dockerfile builds a compiling agent for Zandronum utilizing Debian. This creates the needed files for running the ``zandronum-server`` Linux server including the ``*.pk3`` files. -Why not?! +## How to use this + +``` +git clone https://github.com/cfultz/doom-docker-zandronum-compiler +cd doom-docker-zandronum-compiler +docker build -t zandronum-build . +```