diff --git a/Windows.md b/Windows.md index 0504e83..dc4ad3d 100644 --- a/Windows.md +++ b/Windows.md @@ -2,6 +2,10 @@ See [[installation]]. Compilation requires a C compiler like GCC to compile third party libraries used by Ebiten. You would need C compiler like [MinGW](http://www.mingw.org/) or [TDM GCC](http://tdm-gcc.tdragon.net/download) on Windows. TDM GCC is much easier than others so far. +# Install Git + +You can get [the official installer](https://git-scm.com/download/win). Git is required before `go get`. + # Install C compiler ## MinGW