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`