From 3f71b3d4710f692b1c5ef9a5de19ee24b7330133 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Fri, 8 Aug 2025 16:26:18 +0200 Subject: [PATCH 1/2] Add badges to README Including a cool download counter ;) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10adbf2..a534ec5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Discord](https://img.shields.io/discord/1333391881404420179?label=Discord%20chat)](https://discord.gg/A8sN5XwVa5) [![Scala build and test](https://github.com/Jelly-RDF/cli/actions/workflows/scala.yml/badge.svg)](https://github.com/Jelly-RDF/cli/actions/workflows/scala.yml) [![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Jelly-RDF/cli/total)](https://github.com/Jelly-RDF/cli/releases) + # jelly-cli Fast and convenient CLI utility for working with the [Jelly](https://jelly-rdf.github.io/dev/) knowledge graph streaming protocol. From a3493d20288be57e1f7bd8e2837b1c0d44237d1c Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Fri, 8 Aug 2025 16:28:54 +0200 Subject: [PATCH 2/2] Add 1 more badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a534ec5..85e6f1a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Discord](https://img.shields.io/discord/1333391881404420179?label=Discord%20chat)](https://discord.gg/A8sN5XwVa5) [![Scala build and test](https://github.com/Jelly-RDF/cli/actions/workflows/scala.yml/badge.svg)](https://github.com/Jelly-RDF/cli/actions/workflows/scala.yml) [![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Jelly-RDF/cli/total)](https://github.com/Jelly-RDF/cli/releases) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Discord](https://img.shields.io/discord/1333391881404420179?label=Discord%20chat)](https://discord.gg/A8sN5XwVa5) [![Scala build and test](https://github.com/Jelly-RDF/cli/actions/workflows/scala.yml/badge.svg)](https://github.com/Jelly-RDF/cli/actions/workflows/scala.yml) [![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Jelly-RDF/cli/total)](https://github.com/Jelly-RDF/cli/releases) [![GitHub Action Marketplace](https://img.shields.io/badge/GitHub%20Action-Marketplace-blue)](https://github.com/marketplace/actions/setup-jelly-cli) # jelly-cli