From 84f5d7e64b89c76b08e8f2ebd96ae2dadbd63eff Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 28 Jun 2019 21:37:22 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dc31f0bcb..6a8a436c6e 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ V works great on Windows Subsystem for Linux. The instructions are the same as a If you want to build v.exe on Windows without WSL, you can use MinGW-w64 or Visual Studio. -## MinGW-w64 +#### MinGW-w64 -![Download](https://downloads.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe?r=&ts=1561736169&use_mirror=gigenet) and install MinGW-w64. +[Download](https://downloads.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe?r=&ts=1561736169&use_mirror=gigenet) and install MinGW-w64. Make sure the `C:/mingw-w64/bin` directory is in system's PATH.