Merge pull request #2864 from Hubcapp/patch-1

Update BUILD.md
This commit is contained in:
Petr Mrázek 2020-05-29 01:56:53 +02:00 committed by GitHub
commit 3680f1e599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ mkdir ~/MultiMC && cd ~/MultiMC
mkdir build
mkdir install
# clone the complete source
git clone --recursive git@github.com:MultiMC/MultiMC5.git src
git clone --recursive https://github.com/MultiMC/MultiMC5.git src
# configure the project
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ../src