diff --git a/README.md b/README.md
index 828220d..9a2ffd4 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,43 @@ Built-based on the documentation: http://woocommerce.github.io/woocommerce-rest-
## Installation
### Maven dependency:
+Step 1. Add the JitPack repository to your build file
+
```xml
-TODO
+
+
+ jitpack.io
+ https://jitpack.io
+
+
+```
+
+Step 2. Add the dependency
+```xml
+
+ com.github.gilokimu
+ woodroid
+ 0.1.0
+
```
### Gradle dependency:
+Step 1. Add the JitPack repository to your build file
+
```xml
-TODO
+ allprojects {
+ repositories {
+ ...
+ maven { url 'https://jitpack.io' }
+ }
+ }
+```
+
+Step 2. Add the dependency
+```xml
+ dependencies {
+ implementation 'com.github.gilokimu:woodroid:0.1.0'
+ }
```
## Getting started