From 7c86732a47ab40db4061e6c333945e4922f4626e Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Thu, 21 Oct 2021 23:25:52 +0200 Subject: NOISSUE Update links to repo, fix up library README --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.md') diff --git a/BUILD.md b/BUILD.md index faa9fa85..51de99b2 100644 --- a/BUILD.md +++ b/BUILD.md @@ -23,7 +23,7 @@ Also note that this guide is for development purposes only. No support is given Clone the source code using git and grab all the submodules: ``` -git clone https://github.com/MultiMC/MultiMC5.git +git clone https://github.com/MultiMC/Launcher.git git submodule init git submodule update ``` @@ -51,7 +51,7 @@ mkdir ~/MultiMC && cd ~/MultiMC mkdir build mkdir install # clone the complete source -git clone --recursive https://github.com/MultiMC/MultiMC5.git src +git clone --recursive https://github.com/MultiMC/Launcher.git src # configure the project cd build cmake -DCMAKE_INSTALL_PREFIX=../install ../src -- cgit