소스 검색

Update readme.md

Update clone instructions to include --recursive else sub modules won't be cloned
paulsapps 11 년 전
부모
커밋
626c0937eb
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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:**