From 46ff36fb5d83d990431a5792c7ca0a58a41e51c9 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Tue, 2 Aug 2022 17:50:52 -0400
Subject: [PATCH] clarify msys2 x64 instructions for Windows

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 1b323894e..91a546dff 100644
--- a/README.md
+++ b/README.md
@@ -298,6 +298,8 @@ since it will usually contain spaces, making the build fail.
 The instructions are exactly the same as for the 32 bit build (see above), but
 the build needs to be done using mingw64 instead of mingw32. That is:
 
+- in the Start menu, type MSYS2 MinGW x64 to enter the 64-bit msys2 environment
+
 - Install the mingw64 packages for the dependencies. These should be the same as
 the i686 packages listed under dependencies above, but with x86_64 instead of
 i686 in the package names. Here's the current list you can copy and paste for
-- 
GitLab