1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-04 11:04:26 +00:00

Merge pull request #350 from sharky112065/master

Update windows-build.txt
This commit is contained in:
Con Kolivas 2012-12-09 04:41:21 -08:00
commit 43be78cca5

View File

@ -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.