Merge pull request #3046 from Ghalid/mac-build-instructions

Fix macOS build instructions so that git submodule commands succeed
This commit is contained in:
Petr Mrázek 2020-04-11 02:33:02 +02:00 committed by GitHub
commit 130e1263b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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