From 89a24f15d861b397ebcf1fa59359f5632b9bb3ba Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 10 Mar 2025 14:04:43 -0500 Subject: [PATCH] update guide again... --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad337aa57..01ae7a2a7 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,9 @@ this guide may help you in that case. ### "command not found", "not a valid command", and similar -either you forgot to install something, it's not in your PATH or you are using the wrong environment. +either you forgot to install something, it's not in your PATH or **you are using the wrong environment**. + +remember that on MSYS2 you should use the MINGW64 environment (not the UCRT64 one!). #### compiler