mirror of
https://github.com/ZDoom/wadext.git
synced 2024-11-21 19:32:32 +00:00
- reformatted compile instructions in readme
This commit is contained in:
parent
9ba43b12bc
commit
1fa15a9674
1 changed files with 2 additions and 3 deletions
|
@ -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 .
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue