diff options
author | Kilobyte <stiepen22@gmx.de> | 2013-09-22 15:36:23 +0200 |
---|---|---|
committer | Kilobyte <stiepen22@gmx.de> | 2013-09-22 15:36:23 +0200 |
commit | 6a0712cf66eb8d0cb90cc7b597f090c074f0394b (patch) | |
tree | 407ea147ad457e0df976d78e41ecc09a3cd19685 | |
parent | b0fb2e48ac2873b8e35fcd686a47c6ea37fe918c (diff) | |
download | MultiMC-6a0712cf66eb8d0cb90cc7b597f090c074f0394b.tar MultiMC-6a0712cf66eb8d0cb90cc7b597f090c074f0394b.tar.gz MultiMC-6a0712cf66eb8d0cb90cc7b597f090c074f0394b.tar.lz MultiMC-6a0712cf66eb8d0cb90cc7b597f090c074f0394b.tar.xz MultiMC-6a0712cf66eb8d0cb90cc7b597f090c074f0394b.zip |
Update BUILD.md
-rw-r--r-- | BUILD.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ Build on... ```bash git clone git@github.com:MultiMC/MultiMC5.git # get the code +# if you want a development build also run git checkout develop. otherwise you get a stable build (from master) cd MultiMC5 ``` @@ -59,4 +60,4 @@ Congrats. Your MMC5 should run ## <a id="osx"></a>OSX -*MMC5 is not working on OSX yet. If you get it somehow working anyways, tell us how*
\ No newline at end of file +*MMC5 is not working on OSX yet. If you get it somehow working anyways, tell us how* |