diff --git a/README.md b/README.md index 9e8cc70..b8f5df0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,31 @@ the development of roguelikes and other games: Some terrain generation utilities will also be available in the future. +Installation +------------ + +1. First add Jitpack as a repository inside your pom.xml + +```$xslt + + + jitpack.io + https://jitpack.io + + +``` + +2. Then add `rlforj-alt` as a dependency (make sure to change `version` to one of the +[releases](https://github.com/fabioticconi/rlforj-alt/releases)): + +```$xslt + + com.github.fabioticconi + rlforj-alt + version + +``` + Disclaimer --------- diff --git a/pom.xml b/pom.xml index abe9771..0601a86 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.fabioticconi - rlforj + rlforj-alt 0.1.0-SNAPSHOT jar