aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhalid <24234921+Ghalid@users.noreply.github.com>2020-03-22 12:17:56 -0400
committerGhalid <24234921+Ghalid@users.noreply.github.com>2020-03-22 12:17:56 -0400
commit164bb6c78cd52239c8449211512be2908c77d333 (patch)
tree32d0bd41c48b5a1f3872b3c0a87914c329982b19
parent69490535d02008535759681bf118e575cdfec55a (diff)
downloadPrismLauncher-164bb6c78cd52239c8449211512be2908c77d333.tar.gz
PrismLauncher-164bb6c78cd52239c8449211512be2908c77d333.tar.bz2
PrismLauncher-164bb6c78cd52239c8449211512be2908c77d333.zip
NOISSUE change directory before running git submodule commands in mac instructions
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index d347ba14..cc7ec9c3 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -169,9 +169,9 @@ Pick an installation path - this is where the final `.app` will be constructed w
```
git clone https://github.com/MultiMC/MultiMC5.git
+cd MultiMC5
git submodule init
git submodule update
-cd MultiMC5
mkdir build
cd build
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5