summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2020-04-11 02:33:02 +0200
committerGitHub <noreply@github.com>2020-04-11 02:33:02 +0200
commit130e1263b688408ad27604093a587f3dde571f0c (patch)
treeecb8add6557f63c5e98170428fb33e0c4758af51
parent296ff6de96f8228ae6de8967d6e34436001b3d00 (diff)
parent164bb6c78cd52239c8449211512be2908c77d333 (diff)
downloadMultiMC-130e1263b688408ad27604093a587f3dde571f0c.tar
MultiMC-130e1263b688408ad27604093a587f3dde571f0c.tar.gz
MultiMC-130e1263b688408ad27604093a587f3dde571f0c.tar.lz
MultiMC-130e1263b688408ad27604093a587f3dde571f0c.tar.xz
MultiMC-130e1263b688408ad27604093a587f3dde571f0c.zip
Merge pull request #3046 from Ghalid/mac-build-instructions
Fix macOS build instructions so that git submodule commands succeed
-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