Procházet zdrojové kódy

Update readme.md

Update clone instructions to include --recursive else sub modules won't be cloned
paulsapps před 11 roky
rodič
revize
626c0937eb
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      readme.md

+ 3 - 3
readme.md

@@ -33,7 +33,7 @@ Ogre version must be 1.9, Boost version must be 55, gcc version must be 4.9, QtC
 ```
 ```
 mkdir qgears
 mkdir qgears
 cd qgears
 cd qgears
-git clone https://github.com/q-gears/q-gears.git
+git clone --recursive https://github.com/q-gears/q-gears.git
 cd q-gears
 cd q-gears
 ```
 ```
 
 
@@ -108,7 +108,7 @@ cd ..
 ```
 ```
 mkdir qgears
 mkdir qgears
 cd qgears
 cd qgears
-git clone https://github.com/q-gears/q-gears.git
+git clone --recursive https://github.com/q-gears/q-gears.git
 cd q-gears
 cd q-gears
 ```
 ```
 
 
@@ -173,7 +173,7 @@ Now sync down the QGears source code, first create a directory some where you wa
 
 
 In the git bash enter:
 In the git bash enter:
 ```
 ```
-git clone https://github.com/q-gears/q-gears.git
+git clone --recursive https://github.com/q-gears/q-gears.git
 ```
 ```
 
 
 **Building the QGears code:**
 **Building the QGears code:**