diff options
author | Ghalid <24234921+Ghalid@users.noreply.github.com> | 2020-03-22 12:17:56 -0400 |
---|---|---|
committer | Ghalid <24234921+Ghalid@users.noreply.github.com> | 2020-03-22 12:17:56 -0400 |
commit | 164bb6c78cd52239c8449211512be2908c77d333 (patch) | |
tree | 32d0bd41c48b5a1f3872b3c0a87914c329982b19 | |
parent | 69490535d02008535759681bf118e575cdfec55a (diff) | |
download | PrismLauncher-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.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 |