From 62f6b8eab282ecb72167eb71838c6f6691a08ca6 Mon Sep 17 00:00:00 2001 From: Samisafool Date: Fri, 15 Apr 2022 09:43:01 +0530 Subject: [PATCH] Update BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index c02a38e4..47e3c44a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -51,7 +51,7 @@ mkdir ~/MultiMC && cd ~/MultiMC mkdir build mkdir install # clone the complete source -git clone --recursive https://github.com/AfoninZ/MultiMC5-Cracked.git src +git clone --recursive https://github.com/AfoninZ/UltimMC.git src # configure the project cd build cmake -DCMAKE_INSTALL_PREFIX=../install ../src