Commit 43be78cca58d029f86cdcac0274f78603c4d7ee1

Con Kolivas 2012-12-09T04:41:21

Merge pull request #350 from sharky112065/master Update windows-build.txt

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/windows-build.txt b/windows-build.txt
index 9de4280..7e16118 100644
--- a/windows-build.txt
+++ b/windows-build.txt
@@ -173,6 +173,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.