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