From 14032fadc7a9108167dafda8f59bd8d0ce5407e9 Mon Sep 17 00:00:00 2001 From: Lukas Gust <31327300+lukas-gust@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:12:28 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 519a9ed..4652399 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # mpt-updater-template This repo serves as a template to easily set up you FIka/MPT directory as a Github repository and leverage [smarterskipper's MPT-Updater](https://github.com/smarterskipper/MPT-UPDATER/blob/main/MPT%20Updater/Program.cs). It contains a gitignore template that is setup to ignore anything other than client mods, server mods, and configs. All of which are configrable vai the gitignore. See the "BepInEx config ignore list" as an example. -At the time of writing this the MPt updater will delete user/mods, bepinex/plugins, and bepinex/config and then place the repo contents, so the ignoring would not give any benefit and in fact could break things especially whne used for mods. +At the time of writing this smarterkipper's MPT-UPDATER will delete user/mods, bepinex/plugins, and bepinex/config and then place the repo contents, so the ignoring would not give any benefit and in fact could break things especially whne used for mods. + +## Setup +1. Create a repo based off of this template. https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template + +