From 73ce756cbcbdadfd244134af1434710fb83fba97 Mon Sep 17 00:00:00 2001 From: Cametendo Date: Fri, 6 Feb 2026 12:01:48 +0100 Subject: [PATCH] Enhance README with project badges Added badges for license, Java version, platform, and status. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 624127a..6802b33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # cflash -Small and lightweight image and iso flasher build on `dd`. +Small and lightweight image and iso flasher build on `dd`. + +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![Java Version](https://img.shields.io/badge/Java-21%2B-orange.svg)](https://www.java.com/en/) +[![Platform](https://img.shields.io/badge/Platform-Linux-brightgreen.svg)](https://www.linux.org/) +[![Status](https://img.shields.io/badge/Status-Beta-red.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta) # About Java program using `dd` to make flashing iso and image files easier on the terminal. This program allows anyone to flash iso and image files without having to search for extra GUI tools and by keeping it simple and resource-friendly.