diff --git a/INSTALL.md b/INSTALL.md index f833cf67e..ae0b47e8c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,11 +2,11 @@ ## Official Releases -The easiest way to install ImHex is to download the latest release from the [GitHub releases page](github.com/WerWolv/ImHex/releases/latest). +The easiest way to install ImHex is to download the latest release from the [GitHub Releases page](https://github.com/WerWolv/ImHex/releases/latest). There's also a NoGPU version available for users who don't have a GPU or want to run ImHex in a VM without GPU passthrough. -## Nighly Builds +## Nightly Builds The GitHub Actions CI builds a new release package on every commit made to repository. These builds are available on the [GitHub Actions page](https://github.com/WerWolv/ImHex/actions?query=workflow%3A%22Build%22). These builds are not guaranteed to be stable and may contain bugs, however they also contain new features that are not yet available in the official releases. @@ -15,7 +15,7 @@ These builds are not guaranteed to be stable and may contain bugs, however they Build instructions for Windows, Linux and macOS can be found under `/dist/compiling`: - Windows: [Link](dist/compiling/windows.md) -- macOS: [Link](dist/compiling/macOS.md) +- macOS: [Link](dist/compiling/macos.md) - Linux: [Link](dist/compiling/linux.md) ## Package managers diff --git a/dist/compiling/macOS.md b/dist/compiling/macos.md similarity index 90% rename from dist/compiling/macOS.md rename to dist/compiling/macos.md index 99f417d2e..3ca6d0976 100644 --- a/dist/compiling/macOS.md +++ b/dist/compiling/macos.md @@ -28,5 +28,5 @@ make -j4 package ``` If the build fails while trying to find the macOS libraries, make sure you have -XCode installed with `xcode-select --install`. Homebrew will also help get the -most recent SDK installed and configured with `brew doctor`. \ No newline at end of file +Xcode installed with `xcode-select --install`. Homebrew will also help get the +most recent SDK installed and configured with `brew doctor`.