From 1a924058a1e01688c96e556add49d4fe73b28138 Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+rgbrizzlehizzle@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:08:25 -0400 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e579e85f9..e030f2d1b 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,11 @@ repositories { } dependencies { - // other (less cool) dependencies - implementation("io.bkbn:kompendium-core:latest") - implementation("io.bkbn:kompendium-auth:latest") - implementation("io.bkbn:kompendium-swagger-ui:latest") + implementation("io.bkbn:kompendium-core:1.8.1") + implementation("io.bkbn:kompendium-auth:1.8.1") + implementation("io.bkbn:kompendium-swagger-ui:1.8.1") + + // Other dependencies... } ``` @@ -52,11 +53,15 @@ repositories { // 3 Add the package like any normal dependency dependencies { - implementation("io.bkbn:kompendium-core:1.0.0") + implementation("io.bkbn:kompendium-core:1.8.1") } ``` +## Local Development + +Kompendium should run locally right out of the box, no configuration necessary (assuming you have JDK 1.8+ installed). New features can be built locally and published to your local maven repository with the `./gradlew publishToMavenLocal` command! + ## In depth ### Notarized Routes