diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-01-29 10:26:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 10:26:13 +0100 |
commit | 9d36cf4b5a3d4b5c3d5fd836ce92de33ddbd8a27 (patch) | |
tree | 4ebf94085a41b19118803857189b7b17e04dd986 /BUILD.md | |
parent | 04be2404ce71f31ac5bf89aa0b41c1f63ce19166 (diff) | |
download | PrismLauncher-9d36cf4b5a3d4b5c3d5fd836ce92de33ddbd8a27.tar.gz PrismLauncher-9d36cf4b5a3d4b5c3d5fd836ce92de33ddbd8a27.tar.bz2 PrismLauncher-9d36cf4b5a3d4b5c3d5fd836ce92de33ddbd8a27.zip |
fix another typo (omg I'm doing too commits)
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 `PolyMC.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration. By default, it's in the build/dist folder under PolyMC +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. By default, it's in the dist folder under PolyMC ``` git clone --recursive https://github.com/PolyMC/PolyMC.git |