summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUILD.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index c536e588..2d16380b 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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*