Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Feb 20, 2024
1 parent 7e1c29b commit e8815b5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<type>/" }
```
Where `<type>` 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:<module>:<version>"))
```

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 |
Expand Down

0 comments on commit e8815b5

Please sign in to comment.