diff --git a/README.md b/README.md index bf6fdc9d..810b785e 100644 --- a/README.md +++ b/README.md @@ -46,19 +46,13 @@ Add this dependency to your project's POM: ``` -### Gradle users +### +If you want to compile it yourself, here's how: -Add this dependency to your project's build file: - -```groovy - repositories { - mavenCentral() // Needed if the 'xi.sdk.resellers' jar has been published to maven central. - mavenLocal() // Needed if the 'xi.sdk.resellers' jar has been published to the local maven repo. - } - - dependencies { - implementation "xi.sdk.resellers:xi.sdk.resellers:6.0" - } +```shell +git clone git@github.com:ingrammicro-xvantage/xi-sdk-resellers-java +cd xi-sdk-resellers-java +mvn install # Requires maven, download from https://maven.apache.org/download.html ``` ### Others @@ -71,9 +65,11 @@ mvn clean package Then manually install the following JARs: -* `target/xi.sdk.resellers-6.0.jar` +* `target/xi.sdk.resellers-1.0.0.jar` * `target/lib/*.jar` + + ## Getting Started Please follow the [installation](#installation) instruction and execute the following Java code: