diff --git a/Windows.md b/Windows.md index 03a8b78..9290b21 100644 --- a/Windows.md +++ b/Windows.md @@ -6,6 +6,13 @@ Compilation requires a C compiler like GCC to compile third party libraries used You can get [the official installer](https://git-scm.com/download/win). Git is required before `go get`. +Add the below values to `PATH` environment variable: + +- For 32bit, `C:\Program Files\Git\bin` +- For 64bit, `C:\Program Files (x86)\Git\bin` + +You also can get Git via [Scoop](http://scoop.sh/). + # Install C compiler A C compiler is also required before `go get`.