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