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