From 951e12af105225a9400a744d53413a4abb7eaef5 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 8 Aug 2021 10:34:14 +0200 Subject: [PATCH] - added compile instructions to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b1791b3..ba1f96d 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,10 @@ A simple [WAD](https://en.wikipedia.org/wiki/Doom_WAD) extraction command line t `-tx`: Converts a set of `TEXTURE1/TEXTURE2/PNAMES` in the current directory to a textures.txt file. + +## Compile instructions + +git clone https://github.com/coelckers/wadext.git +cd wadext +cmake . +cmake --build . \ No newline at end of file