diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-01-29 10:14:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 10:14:00 +0100 |
commit | d81e2bb0b0f60450cecfc1390e3a960f3b6e7bbb (patch) | |
tree | c1966e061c172b23abe3839bb8bc0e2ee6bb46b0 /BUILD.md | |
parent | 177c10bb0fc2667b4103724c6cf8e7455a1b786b (diff) | |
download | PrismLauncher-d81e2bb0b0f60450cecfc1390e3a960f3b6e7bbb.tar.gz PrismLauncher-d81e2bb0b0f60450cecfc1390e3a960f3b6e7bbb.tar.bz2 PrismLauncher-d81e2bb0b0f60450cecfc1390e3a960f3b6e7bbb.zip |
extra refinements
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ xcode-select --install ### Build -Pick an installation path - this is where the final `.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration. +Pick an installation path - this is where the final `polymc.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration. ``` git clone --recursive https://github.com/PolyMC/PolyMC.git |