mirror of https://github.com/WerWolv/ImHex.git
docs: Correct minor typo in windows.md (#582)
should read msys2 instead of mys2
This commit is contained in:
parent
3b8b95a22f
commit
8aff20b374
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue