Skip to content

Commit 95d9d28

Browse files
committed
adding installation instructions
1 parent ecccec3 commit 95d9d28

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,27 @@ When and if it will become more complex, I'll write better documentation. Right
1111
with the parameters yourself.
1212

1313
Feel free to write an Issue if you have questions or need help.
14+
15+
## Install
16+
17+
1. First add Jitpack as a repository inside your pom.xml
18+
19+
```xml
20+
<repositories>
21+
<repository>
22+
<id>jitpack.io</id>
23+
<url>https://jitpack.io</url>
24+
</repository>
25+
</repositories>
26+
```
27+
28+
2. Then add `rlforj-alt` as a dependency (make sure to change `version` to one of the
29+
[releases](https://github.com/fabio-t/rlforj-alt/releases)):
30+
31+
```xml
32+
<dependency>
33+
<groupId>com.github.fabio-t</groupId>
34+
<artifactId>terrain-generator</artifactId>
35+
<version>version</version>
36+
</dependency>
37+
```

0 commit comments

Comments
 (0)