From 1fa15a96748d17582c42c83cdba5e4dd71583a84 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 8 Aug 2021 11:57:35 +0300 Subject: [PATCH] - reformatted compile instructions in readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 . +```