Sfoglia il codice sorgente

Update readme.md

Update clone instructions to include --recursive else sub modules won't be cloned
paulsapps 11 anni fa
parent
commit
626c0937eb
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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
 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
 ```
 
@@ -108,7 +108,7 @@ cd ..
 ```
 mkdir 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
 ```
 
@@ -173,7 +173,7 @@ Now sync down the QGears source code, first create a directory some where you wa
 
 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:**