aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-01-29 10:24:49 +0100
committerGitHub <noreply@github.com>2022-01-29 10:24:49 +0100
commit04be2404ce71f31ac5bf89aa0b41c1f63ce19166 (patch)
tree85377f4269f1d8040099d6c5221fdb54b296c6a6 /BUILD.md
parent7f4fd04cfe2f7c6c826ecbdf1a25734c9de03303 (diff)
downloadPrismLauncher-04be2404ce71f31ac5bf89aa0b41c1f63ce19166.tar.gz
PrismLauncher-04be2404ce71f31ac5bf89aa0b41c1f63ce19166.tar.bz2
PrismLauncher-04be2404ce71f31ac5bf89aa0b41c1f63ce19166.zip
fix typo
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 5bf8050d..8f45a21c 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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 build/dist folder under PolyMC
```
git clone --recursive https://github.com/PolyMC/PolyMC.git