From 8aff20b3743e54935723c198f32802fe9d2c9566 Mon Sep 17 00:00:00 2001 From: Forrest Date: Mon, 25 Jul 2022 05:08:41 -0500 Subject: [PATCH] docs: Correct minor typo in windows.md (#582) should read msys2 instead of mys2 --- dist/compiling/windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/compiling/windows.md b/dist/compiling/windows.md index 206c70dc0..65c740777 100644 --- a/dist/compiling/windows.md +++ b/dist/compiling/windows.md @@ -1,6 +1,6 @@ ### Compiling ImHex on Windows -On Windows, ImHex is built through msys2 / mingw. To install all dependencies, open a mys2 window and run the PKGCONFIG script in the [dist/msys2](dist/msys2) folder. +On Windows, ImHex is built through msys2 / mingw. To install all dependencies, open a msys2 window and run the PKGCONFIG script in the [dist/msys2](dist/msys2) folder. After all the dependencies are installed, run the following commands to build ImHex: ```sh @@ -20,4 +20,4 @@ cmake -G "MinGW Makefiles" \ mingw32-make -j install ``` -ImHex will look for any extra resources either in various folders directly next to the executable or in `%localappdata%/imhex` \ No newline at end of file +ImHex will look for any extra resources either in various folders directly next to the executable or in `%localappdata%/imhex`