diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2020-04-11 02:33:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 02:33:02 +0200 |
commit | 130e1263b688408ad27604093a587f3dde571f0c (patch) | |
tree | ecb8add6557f63c5e98170428fb33e0c4758af51 | |
parent | 296ff6de96f8228ae6de8967d6e34436001b3d00 (diff) | |
parent | 164bb6c78cd52239c8449211512be2908c77d333 (diff) | |
download | MultiMC-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |