diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-15 14:37:08 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-15 14:37:08 -0500 |
commit | 7721504a571cfea1f6229f47d0af48098c007900 (patch) | |
tree | d156d2b3c6fc570bed167aa5730dd8dd5422da16 | |
parent | e03a61e239e69a949bd9c6e844654d32447ae6ae (diff) |
Fix INSTALL.md rendering error
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index d4e60bcef..5f6b4f8ad 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -64,7 +64,7 @@ To confirm these match the respective official ROM images, prefix `compare_` to **Note:** If the build command is not recognized on Linux, including the Linux environment used within Windows, run `nproc` and replace `$(nproc)` with the returned value (e.g.: `make -j4`). Because `nproc` is not available on macOS, the alternative is `sysctl -n hw.ncpu`. -###Note for Mac users +### Note for Mac users The BSD make that comes with Mac XCode can be buggy, so obtain GNU make and sed using [Homebrew](https://brew.sh): |