aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-10-21 23:25:52 +0200
committerPetr Mrázek <peterix@gmail.com>2021-10-21 23:25:52 +0200
commit7c86732a47ab40db4061e6c333945e4922f4626e (patch)
tree1e9764a46ed6363444b9dbded151c8da2a444479 /BUILD.md
parenta8458e36ff84c229f68374dfa5319a147b6bce13 (diff)
downloadPrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.tar.gz
PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.tar.bz2
PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.zip
NOISSUE Update links to repo, fix up library README
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
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