From 173537e4077dc2c31b1892dd463b9ca43f3b087d Mon Sep 17 00:00:00 2001 From: Rahil Bhimjiani Date: Tue, 14 Nov 2023 05:52:31 +0530 Subject: [PATCH] docs (install.md) update: add Gentoo packaged version Signed-off-by: Rahil Bhimjiani --- install.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.md b/install.md index 96aeb391..29620240 100644 --- a/install.md +++ b/install.md @@ -6,6 +6,7 @@ - [**Centos Stream**](#centos-stream) - [**Fedora**](#fedora) - [**RHEL**](#rhel) + - [**Gentoo**](#gentoo) ## Building From Source @@ -78,3 +79,9 @@ Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then ru ``` $ sudo dnf install prometheus-podman-exporter ``` + +### Gentoo + +``` +$ sudo emerge app-metrics/prometheus-podman-exporter +```