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" ```