From 59705367edfa0d4b24ccecab2972882e5c64ca1c Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 19 Aug 2021 16:52:40 +0200 Subject: [PATCH] Added the jitpack dependency to the readme file --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) 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