diff --git a/Working-on-Windows.md b/Working-on-Windows.md index ddf7812..9026791 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -10,7 +10,7 @@ https://visualstudio.microsoft.com/vs/community/ *Note* Visual studio is large and somewhat resource intensive, you should have a recently modern computer to use it. #### MinGW/GCC -This is an open source C/C++ toolchain that is very lightweight. The best way to get MinGW and GCC is via the W64Devki +This is an open source C/C++ toolchain that is very lightweight. The best way to get MinGW and GCC is via the W64Devkit https://github.com/skeeto/w64devkit/ Download the w64devkit zip file, unzip it and run W64Devkit.exe. that will give you a terminal that is ready to go.