From 995ad10439c26ba61517b1097f8ae49e1e3dd406 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 4 Oct 2017 02:46:06 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Windows.md b/Windows.md index 6de1e6b..7fb4f70 100644 --- a/Windows.md +++ b/Windows.md @@ -19,13 +19,15 @@ You also can get Git via [Scoop](http://scoop.sh/). A C compiler is also required before `go get`. There are some options. -### Option 1. MinGW +### Option 1. MinGW official Get the installer from [MinGW](http://www.mingw.org/) and install it, then set `PATH` environment variable. +### Option 2. Scoop + You also can get MinGW via [Scoop](http://scoop.sh/). -### Option 2. TDM GCC (recommended) +### Option 3. TDM GCC (recommended) Get the installer from [TDM GCC](http://tdm-gcc.tdragon.net/download) and install it. `PATH` will be set by the install so you don't have to care.