From eae0c128dc118e9b348c4cface3abcfec0618974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hansj=C3=B6rg=20Hofer?= <41398181+hjhgitw@users.noreply.github.com> Date: Sat, 13 Jan 2024 23:51:23 +0100 Subject: [PATCH] Update README.md Add img.shields.io badges --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c791c4..11fa657 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Visual implementation of OSHI, to view information about the system and hardware Such as OS, processes, memory, CPU, disks, devices, sensors, etc. ## Supported platforms -Windows • Linux • macOS +![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=A8E4A0) +![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) +![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=black) ## Screenshot ![Overview](screenshot/overview_mac.png) @@ -36,4 +38,4 @@ More themes: ## Development considerations Before your first start, **set the IntelliJ IDEA as below**, then **maven clean**: -![considerations](assets/material/gui_build.png) \ No newline at end of file +![considerations](assets/material/gui_build.png)