From 86e07e49e862b3eb68a0ef2f81ba2ed023c09ca7 Mon Sep 17 00:00:00 2001 From: Lukas Gust <31327300+lukas-gust@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:06:26 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d150d8..349e474 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Using [Github Desktop](https://desktop.github.com/) can ease the use of git on y 4. Update the .gitignore file to exclude any mods of config that you don't want your clients to download and potentially be overwritten. - These are things like subjective graphical settings etc. Up to the users discretion. 5. Commit all of your mod changes and additions and push to the remote Github repository. -6. Setup smarterkipper's MPT-UPDATER to point to this newly created remote repository. +6. Setup [smarterkipper's MPT-UPDATER](https://github.com/smarterskipper/MPT-UPDATER) to point to this newly created remote repository. ### Existing install 1. Don't create a repo based off of this template. @@ -30,4 +30,4 @@ Using [Github Desktop](https://desktop.github.com/) can ease the use of git on y 6. Paste in the contents of this template repositorie's .gitignore into your own. Don't forget to save. 7. Commit these changes. In the changes section you sohuld only see items from the desired folders, `BepInEx/plugins`, `BepInEx/config`, `user/mods`. 8. Publish this repository to your remote Github repository. -9. Setup smarterkipper's MPT-UPDATER to point to this newly created remote repository. +9. Setup [smarterkipper's MPT-UPDATER](https://github.com/smarterskipper/MPT-UPDATER) to point to this newly created remote repository.