summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubnix <DeRijcke.Erik@gmail.com>2015-02-08 20:40:12 +0100
committerZubnix <DeRijcke.Erik@gmail.com>2015-02-08 20:40:12 +0100
commitc53d3cc58e0a2e9eb7dcc022f5c42910cc246f9b (patch)
treed3d48bccde8af64db4f3af88977a113fe17f6d9f
parent03dc4fdd160283ccbd1e422a0cb4fb30ade500c3 (diff)
Update README.md
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 320ed34..b09f207 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,16 @@ Javadoc
=======
[Here](http://zubnix.github.io/wayland-java-bindings/)
-Building
-========
-Run `gradle install` in the root of the project.
+Usage
+====================
+Run `gradle install` in the root of the project and add the maven dependency
+```xml
+ <dependency>
+ <groupId>org.freedesktop</groupId>
+ <artifactId>wayland</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+```
Private protocol
================