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 +```