From e82e4a2768ae0cd32aafa816dbb6bb1cc507295b Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 26 Feb 2017 02:58:16 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 7 +++++++ 1 file changed, 7 insertions(+) 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`.