From dc58741b0babe835908cd45ab17fb56766ebf89f Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 7 Aug 2018 18:29:32 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows.md b/Windows.md index 82f1593..499b759 100644 --- a/Windows.md +++ b/Windows.md @@ -21,7 +21,7 @@ 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. It might be hard to find where to download the installer, and in this case, using scoops would be a good option. +Get the installer from [MinGW](http://www.mingw.org/) (or [MinGW-w64](http://mingw-w64.org/) for 64bit Windows) 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