From a6fe3972a4bffddd290e1f38ec9961f87c9eb46a Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 22 Mar 2023 11:15:53 +0000 Subject: [PATCH] Fix typos --- docs/PerUserInstallers.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index e2ee239..083ee49 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -60,13 +60,13 @@ cd %USERPROFILE%\opt\7zip For more information, see Environments.

Update the MSYS2 environment with pacman -Syu and then install the toolchain package group with pacman -S mingw-w64-ucrt0x86_64-toolchain. This will install all of the build tools including gcc, g++, and mingw32-make, plus the libstdc and libstdc++ libraries.

-

Finally, add %USERPROFILE%\opt\msys64\urct64\bin to the %PATH% environment variable.

+

Finally, add %USERPROFILE%\opt\msys64\ucrt64\bin to the %PATH% environment variable.

A profile can be added to Windows Terminal with the following settings:

PuTTY