diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-10-21 23:25:52 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-10-21 23:25:52 +0200 |
commit | 7c86732a47ab40db4061e6c333945e4922f4626e (patch) | |
tree | 1e9764a46ed6363444b9dbded151c8da2a444479 /BUILD.md | |
parent | a8458e36ff84c229f68374dfa5319a147b6bce13 (diff) | |
download | PrismLauncher-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |