Update README.md

Add img.shields.io badges
This commit is contained in:
Hansjörg Hofer 2024-01-13 23:51:23 +01:00 committed by GitHub
parent 560cb6fe07
commit eae0c128dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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. Such as OS, processes, memory, CPU, disks, devices, sensors, etc.
## Supported platforms ## 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 ## Screenshot
![Overview](screenshot/overview_mac.png) ![Overview](screenshot/overview_mac.png)
@ -36,4 +38,4 @@ More themes:
## Development considerations ## Development considerations
Before your first start, **set the IntelliJ IDEA as below**, then **maven clean**: Before your first start, **set the IntelliJ IDEA as below**, then **maven clean**:
![considerations](assets/material/gui_build.png) ![considerations](assets/material/gui_build.png)