From f3f56b30694b21e156ba20fc23cf9b1f14674e50 Mon Sep 17 00:00:00 2001 From: tanishisherewith <120117618+tanishisherewithhh@users.noreply.github.com> Date: Sun, 12 May 2024 09:01:44 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d395706..a121da4 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ DynamicHUD is a library for Minecraft Fabric designed to provide developers with To ensure mods that depend on DynamicHUD work correctly, follow these steps to add DynamicHUD to your Minecraft installation: 0. Make sure you have [Fabric](https://fabricmc.net/) and [Fabric-API](https://modrinth.com/mod/fabric-api/) installed. -1. Download the `dynamichud-.jar` file from the official [release](https://modrinth.com/mod/dynamichud/versions) page. +1. Download the `dynamichud-.jar` file from the official [modrinth](https://modrinth.com/mod/dynamichud/versions) or [release](https://github.com/V-Fast/DynamicHUD/releases) page. 2. Navigate to your Minecraft directory. The default path is usually: - Windows: `%APPDATA%\.minecraft` - macOS: `~/Library/Application Support/minecraft` @@ -73,13 +73,16 @@ allprojects { repositories { maven { url 'https://jitpack.io' } } + maven { + name 'Xander Maven' + url 'https://maven.isxander.dev/releases' + } } dependencies { // Dynamic HUD modImplementation 'com.github.V-Fast:DynamicHUD:' } - ``` ## Contributing