From c4d5520836187c2860a213da77f4471be09bbe91 Mon Sep 17 00:00:00 2001 From: Andrei Ciobanu Date: Sun, 2 Apr 2017 21:50:51 +0300 Subject: [PATCH] Added dependency. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index fd65626..680466f 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,27 @@ Output: ``` 101 + escaped: #{errNo} ``` + +## Installing + +The library is found in the [jcenter()](https://bintray.com/nomemory/maven/aleph-formatter) repo. + +**jcenter()** needs to be added as a repository. + +For gradle: + +``` +compile 'net.andreinc.aleph:aleph-formatter:0.0.1' +``` + +For maven: + + +``` + + net.andreinc.aleph + aleph-formatter + 0.0.1 + pom + +``` \ No newline at end of file