From 164bb6c78cd52239c8449211512be2908c77d333 Mon Sep 17 00:00:00 2001 From: Ghalid <24234921+Ghalid@users.noreply.github.com> Date: Sun, 22 Mar 2020 12:17:56 -0400 Subject: [PATCH] NOISSUE change directory before running git submodule commands in mac instructions --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index d347ba149..cc7ec9c38 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