From d01bf5dbd0a012c36c7a823df5f191c2baf41ff9 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Fri, 23 Dec 2016 07:15:47 -0800 Subject: [PATCH] fix control panel link in MSys2 Notes in README.md Fix the instructions in MSys2 notes for how to change the system PATH in Control Panel in README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d803cf74..27bb9bc6 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,9 @@ in the shell where you built it. will try to fix this for debug builds. If you want to start the binary from e.g. a shortcut or Explorer, you will need -to put `c:\msys64\mingw32\bin` for 32 bit builds and `c:\msys64\mingw64\bin` for -64 bit builds in your PATH (to edit system PATH, go to Control Panel -> Advanced --> Environment Variables.) +to put `c:\msys64\mingw32\bin` for 32 bit builds and `c:\msys64\mingw64\bin` +for 64 bit builds in your PATH (to edit system PATH, go to Control Panel -> +System -> Advanced system settings -> Environment Variables.) If you want to package the binary, you will need to include the MinGW DLLs it depends on, they can install to the same directory as the binary.