Browse Source

Merge commit '43be78c' into cg_merges_20121210

Luke Dashjr 13 years ago
parent
commit
192e7a5f17
1 changed files with 2 additions and 0 deletions
  1. 2 0
      windows-build.txt

+ 2 - 0
windows-build.txt

@@ -171,6 +171,8 @@ To test if it is working, open a MinGW shell and type the following:
 
 If you simply just want to update the source after you have already cloned, type:
   git pull
+"git pull" did not work for me. Try the following which does the same thing:
+  git fetch && git merge FETCH_HEAD
 
 Now you can get the latest source directly from github.