From c9176945e3cd8ad4e1c25b8cb51ba75b355503c7 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 6 Feb 2018 00:01:30 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows.md b/Windows.md index 432b76a..885d528 100644 --- a/Windows.md +++ b/Windows.md @@ -21,11 +21,11 @@ A C compiler is also required before `go get`. There are some options. ### Option 1. MinGW official -Get the installer from [MinGW](http://www.mingw.org/) and install it, then set `PATH` environment variable. +Get the installer from [MinGW](http://www.mingw.org/) and install it, then set `PATH` environment variable. It might be hard to find where to download the installer, and in this case, using scoops would be a good option. ### Option 2. Scoop -You also can get MinGW via [Scoop](http://scoop.sh/). This is the easiest way IMO. +You also can get MinGW via [Scoop](http://scoop.sh/). This is the easiest way. ### Option 3. TDM GCC