- reformatted compile instructions in readme

This commit is contained in:
alexey.lysiuk 2021-08-08 11:57:35 +03:00 committed by Christoph Oelckers
parent 9ba43b12bc
commit 1fa15a9674

View file

@ -23,10 +23,9 @@ A simple [WAD](https://en.wikipedia.org/wiki/Doom_WAD) extraction command line t
## Compile instructions ## Compile instructions
```sh
git clone https://github.com/coelckers/wadext.git git clone https://github.com/coelckers/wadext.git
cd wadext cd wadext
cmake . cmake .
cmake --build . cmake --build .
```