diff --git a/Deploying-Server-Modpacks.md b/Deploying-Server-Modpacks.md index e2a7861..80accaa 100644 --- a/Deploying-Server-Modpacks.md +++ b/Deploying-Server-Modpacks.md @@ -15,8 +15,12 @@ You can use the server deploy tool from within the Modpack Creator: ## Via Command Line +Get the .jar from the `launcher-builder/build/libs/` folder. + ``` java -cp launcher-builder-X.Y.Z-SNAPSHOT-all com.skcraft.launcher.builder.ServerCopyExport --source src --dest /path/to/server/dir/ -``` \ No newline at end of file +``` + +Warning: For the `--source` parameter, remember to give the path to the `src/` folder. \ No newline at end of file