From 5eeb043c3adc8694280b86bf9840dd1d2c96623f Mon Sep 17 00:00:00 2001 From: Anupam Majhi Date: Wed, 10 Apr 2024 01:40:52 +0530 Subject: [PATCH] Update MinGW installer link MinGW installer tells "the file has been downloaded incorrectly!" and quits. This is an alternative that works. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e86e41b..4b367fd8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you would like to develop a web application using golang, please feel free to ## Install Perform the following steps: -1. Download and install [MinGW(gcc)](https://sourceforge.net/projects/mingw-w64/files/?source=navbar). +1. Download and install [MinGW(gcc)](https://sourceforge.net/projects/mingw-w64/files/?source=navbar) or [TDM-GCC (Windows)](https://jmeubank.github.io/tdm-gcc/download/). 1. Download and install [Visual Studio Code(VS Code)](https://code.visualstudio.com/). 1. Download and install [Golang](https://golang.org/). 1. Get the source code of this repository by the following command.