mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
NOISSUE change directory before running git submodule commands in mac instructions
This commit is contained in:
parent
69490535d0
commit
164bb6c78c
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue