From 6dc61302e56993b30a03aba58cc5dd6b49bd8a71 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sat, 15 May 2021 11:13:37 +0200 Subject: [PATCH] Add maven central and github action badges --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b274aa4c..556f4d70 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ + + # ORX (OPENRNDR EXTRA) - [ ![Download](https://api.bintray.com/packages/openrndr/openrndr/orx/images/download.svg) ](https://bintray.com/openrndr/openrndr/orx/_latestVersion) +[![Download](https://maven-badges.herokuapp.com/maven-central/org.openrndr.extra/orx-panel/badge.svg)](https://mvnrepository.com/artifact/org.openrndr.extra/orx-panel) +![Build status](https://github.com/openrndr/orx/actions/workflows/generate-screenshots.yml/badge.svg) + A growing library of assorted data structures, algorithms and utilities. @@ -58,4 +62,4 @@ A growing library of assorted data structures, algorithms and utilities. run `./gradlew publishToMavenLocal -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration) -In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build. \ No newline at end of file +In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build.