From 53f112795bd997b411b1282da3749aa850357ba0 Mon Sep 17 00:00:00 2001 From: jmp Date: Tue, 13 Oct 2020 17:44:43 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 06a7d8ea..269e7bcd 100644 --- a/README.md +++ b/README.md @@ -98,26 +98,15 @@ To clone the repository, use `git clone https://github.com/Sauilitired/cloud.git To then build it, use `./gradlew clean build`. If you want to build the examples as well, use `./gradlew clean build -Pcompile-examples`. - -There is a bash script (`build.sh`) that performs the submodule updating & builds the project. -Feel free to use this if you want to. ## use To use `cloud` you will first need to add it as a dependency to your project. -Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots). Release builds of Cloud are available through the Maven central repository. +Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots). **maven**: -```xml - + YOUR.PACKAGE.HERE.shaded.cloud - cloud.commandframework.services - YOUR.PACKAGE.HERE.cloud.pipeline + io.leangen.geantyref + YOUR.PACKAGE.HERE.shaded.typetoken @@ -177,7 +174,8 @@ with conflicting dependencies: **gradle**: ```groovy repositories { - maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' } + //maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' } // For snapshots + mavenCentral() } ```