From a7f9d79276da61ce08f397d7e7c9f14a25a0bd7c Mon Sep 17 00:00:00 2001 From: Yive Date: Mon, 18 Jan 2016 14:44:12 -0800 Subject: [PATCH] Update README.md Added installBundle if you need the bin folder. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0e635d..44b4447 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Also, please look at the release notes before downloading. :) * Start build process * This process downloads minecraft and apply patches * If you have gradle integration in IDE - you can still use gui - `./gradlew setupCauldron jar` + `./gradlew setupCauldron jar installBundle` All builds will be in `build/distributions` @@ -51,7 +51,7 @@ All builds will be in `build/distributions` * Update sources * `git pull origin master` * Re apply patches & build binaries - * `./gradlew clean setupCauldron jar` + * `./gradlew clean setupCauldron jar installBundle` [forge]: https://img.shields.io/badge/Minecraft%20Forge-v10.13.4.1614-green.svg "Minecraft Forge v10.13.4.1614" [mc]: https://img.shields.io/badge/Minecraft-v1.7.10-green.svg "Minecraft 1.7.10"