diff --git a/README.md b/README.md
index 0d49a82..b16b9d2 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,23 @@
This is a small project for quickly managing a MySQL database in Java. It makes everyday life with a database much easier.
### Installation
-1. Clone the repo
- ```sh
- git clone https://github.com/gnmyt/sqltoolkit.git
+1. Add the jitpack repository to your `pom.xml`
+ ```xml
+
+
+ jitpack.io
+ https://jitpack.io
+
+
+ ```
+2. Add the dependency to your `pom.xml`
+ ```xml
+
+ com.github.gnmyt
+ sqltoolkit
+ master-SNAPSHOT
+
```
-2. Move the project into a package of your project (in most cases "sql")
-3. Ready! Have fun
-#### Maven coming soon
### Usage Examples
1. Create a connection