From 12574991a6a2201d5bc561620cfb2ee18796693b Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 25 Jul 2015 11:37:44 -0700 Subject: [PATCH] Updated Command Line Tools (markdown) --- Command-Line-Tools.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Command-Line-Tools.md b/Command-Line-Tools.md index d05d20a..d5075af 100644 --- a/Command-Line-Tools.md +++ b/Command-Line-Tools.md @@ -5,10 +5,10 @@ You can build modpacks via command line tools as well. Get the .jar from the `launcher-builder/build/libs/` folder. ``` -java -jar launcher-builder-X.Y.Z-SNAPSHOT-all.jar \ - --version "pick_a_version" \ - --input . \ - --output upload \ +java -jar launcher-builder-X.Y.Z-SNAPSHOT-all.jar + --version "pick_a_version" + --input . + --output upload --manifest-dest "upload/your_modpack.json" ```