From 08fbf34cb242da22237ec3b2bcc24e81c18495b4 Mon Sep 17 00:00:00 2001 From: suhrke Date: Mon, 3 Jul 2017 19:46:37 -0700 Subject: [PATCH] Update 'README.md' Added lines needed to get to working build --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ```