Updated Windows (markdown)

Hajime Hoshi 2017-10-04 02:46:06 +09:00
parent 003a952b1c
commit 995ad10439

@ -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.