Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishisherewithhh authored May 12, 2024
1 parent f7cd535 commit f3f56b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<version>.jar` file from the official [release](https://modrinth.com/mod/dynamichud/versions) page.
1. Download the `dynamichud-<version>.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`
Expand All @@ -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:<Version>'
}
```

## Contributing
Expand Down

0 comments on commit f3f56b3

Please sign in to comment.