From a05961695b7b6f4e0de8be3079de69e41dd1a500 Mon Sep 17 00:00:00 2001 From: Ivan Garcia Date: Thu, 2 Apr 2026 19:23:33 -0400 Subject: [PATCH] Update README.md for formatting and clarity Corrected formatting and improved clarity in the README. Signed-off-by: Ivan Garcia --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63401c3..7bc07b7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ -# prometheus3 +# Prometheus3 + +[![RPM builds for EL8, EL9 and EL10](https://github.com/cloudox-org/prometheus3/actions/workflows/rpm-build.yml/badge.svg?branch=main)](https://github.com/cloudox-org/prometheus3/actions/workflows/rpm-build.yml) + Prometheus3 RPM builds for EL8,EL9 and EL10 RPM repo available here: -https://rpms.cloudox.org/prometheus/ + + +This repo prioritizes LTS releases and overall stability for EL releases + +Setup: + +* Add the following to `/etc/yum.repos.d/prometheus.repo` for the desired platform, example: -This repo prioritizes LTS releases and overall stability for EL +``` +[prometheus-10] +name=prometheus 10 +baseurl=https://rpms.cloudox.org/prometheus/el10/ +gpgcheck=1 +enabled=1 +gpgkey=https://rpms.cloudox.org/prometheus/gpgkeys/RPM-GPG-KEY-prometheus-rpm +```