1
0
mirror of synced 2024-09-26 20:48:26 +02:00

Fix markdown links in README.md (#377)

This commit is contained in:
qxxxb 2021-12-22 07:38:21 -05:00 committed by GitHub
parent 28e51309cc
commit 28cba0602c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ For working examples
### 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 mys2 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
@ -182,7 +182,7 @@ Resources: ~/Library/Application Support/imhex/resources
### Linux
Dependency installation scripts are available for many common Linux distributions in the (/dist)[dist] folder.
Dependency installation scripts are available for many common Linux distributions in the [/dist](dist) folder.
After all the dependencies are installed, run the following commands to build ImHex:
```sh