Skip to content

Commit 5aef5d5

Browse files
Add download info to README
1 parent fd15412 commit 5aef5d5

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,24 @@ need more flexibility then _underline_ may be the right tool for you.
1717
Download
1818
--------
1919

20-
Download is not available yet. Please refer to the `Building` section below.
20+
If your application's build is based on **Maven** add the following
21+
lines to your `pom.xml`:
22+
23+
```xml
24+
<dependency>
25+
<groupId>de.undercouch</groupId>
26+
<artifactId>underline</artifactId>
27+
<version>1.0.0</version>
28+
</dependency>
29+
```
30+
31+
If you use **Gradle** add the following to your `build.gradle`:
32+
33+
```gradle
34+
dependencies {
35+
compile 'de.undercouch:underline:1.0.0'
36+
}
37+
```
2138

2239
Usage
2340
-----

0 commit comments

Comments
 (0)