Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed Oct 26, 2017
2 parents 0ec7f87 + a76989e commit 021eb32
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

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
<dependency>
<groupId>com.github.fabioticconi</groupId>
<artifactId>rlforj-alt</artifactId>
<version>version</version>
</dependency>
```

Disclaimer
---------

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.fabioticconi</groupId>
<artifactId>rlforj</artifactId>
<artifactId>rlforj-alt</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

Expand Down

0 comments on commit 021eb32

Please # to comment.