Updated Readme

This commit is contained in:
Adrian Marquis
2023-06-22 10:28:06 +02:00
parent 2cce1cc03e
commit 54a29e4f78

View File

@@ -5,13 +5,20 @@ Custom version for blue_smoothie & xy795's server
## Install ## Install
There are 2 ways of installing the modpack. There are 2 supported ways of installing the modpack.
## Git ## Git
The master branch tracks a MultiMC compatible version of the modpack which can be cloned via `git` into 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. 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. To update, a simple `git pull` should be sufficient.