From ccbe0e6672c12a720a8b845e3ec900025047bcca Mon Sep 17 00:00:00 2001 From: sharky112065 Date: Sun, 9 Dec 2012 04:33:33 -0800 Subject: [PATCH] Modified windows-build.txt to update git instructions. --- windows-build.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows-build.txt b/windows-build.txt index 9de42803..7e16118a 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.