diff --git a/README.md b/README.md index a247afa..54fab08 100644 --- a/README.md +++ b/README.md @@ -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 ```