From 54a29e4f781ea8b4e3b807b24926f514c6a660ee Mon Sep 17 00:00:00 2001 From: Adrian Marquis Date: Thu, 22 Jun 2023 10:28:06 +0200 Subject: [PATCH] Updated Readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2110976..30d36b6 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,20 @@ Custom version for blue_smoothie & xy795's server ## Install -There are 2 ways of installing the modpack. +There are 2 supported ways of installing the modpack. ## Git The master branch tracks a MultiMC compatible version of the modpack which can be cloned via `git` into the instance folder of your MultiMC installation. +For MultiMC to be able to pick up the instance, an additional configuration file `instance.cfg` has to be created in the instance folder (the root of the repository): +``` +InstanceType=OneSix +name=All the mods 8 +``` + + To update, a simple `git pull` should be sufficient.