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.