From c98239094411987bc0c4f03a07ad58df90d5b6dc Mon Sep 17 00:00:00 2001 From: cross210 <1+cross210@noreply.localhost> Date: Sun, 19 Jul 2026 17:48:03 +0000 Subject: [PATCH] Update Home --- Home.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Home.md b/Home.md index 7ebc426..ffa7497 100644 --- a/Home.md +++ b/Home.md @@ -12,6 +12,12 @@ 6. In Prism right click the IMR6 instance > Edit > Settings > Custom Commands > Tick "Override Global Settings". 7. Now append the command below to the start of the "Pre-launch Command" section. +WIndows: +``` +JAVA -jar "$INST_DIR\packwiz-installer-bootstrap.jar" https://git.zombiebytes.net/mad-sqwad/imr6-patches/raw/branch/main/pack.toml +``` + +Linux: ``` $INST_JAVA -jar $INST_DIR/packwiz-installer-bootstrap.jar https://git.zombiebytes.net/mad-sqwad/imr6-patches/raw/branch/main/pack.toml ```