From e8815b5fa16c62b00dcd7ecfba4701a2b0329454 Mon Sep 17 00:00:00 2001 From: TropheusJ Date: Tue, 20 Feb 2024 17:43:20 -0500 Subject: [PATCH] update readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 982c36bc2..92a597556 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,17 @@ ## Use Porting Lib is split into modules. All modules are available on this maven: ```groovy -maven { url = "https://mvn.devos.one/snapshots/" } +maven { url = "https://mvn.devos.one//" } ``` +Where `` is either `releases` or `snapshots`. + +You can depend on Porting Lib like this once you add the maven: ```groovy modImplementation(include("io.github.fabricators_of_create.Porting-Lib::")) ``` -The latest major and minor versions can be found in the `gradle.properties` file as `mod_version`. -The latest patch can be found from GitHub Actions as the build number. +You can find the latest version on [Modrinth](https://modrinth.com/mod/porting_lib/versions). +Just choose a version and use its version number. ### Modules | Module | Description |