Update 'README.md'

Added lines needed to get to working build
This commit is contained in:
suhrke 2017-07-03 19:46:37 -07:00
parent 991cb4d02a
commit 08fbf34cb2

View File

@ -1,8 +1,10 @@
# reflex2q3
Crossplatform application that converts Reflex .map files into working idTech 3 .map files. Supports NetRadiant brush format by default and GtkRadiant format with a command line switch, as well as partial entity conversion for Xonotic entities.
From your command line, build the project by typing
From your command line, build the project by typing the following lines
```Bash
git submodule update --init --recursive
cd ReflexToQ3
make
```