Skip to content

Commit

Permalink
Merge pull request #238 from navidys/doc_update
Browse files Browse the repository at this point in the history
install.md update
  • Loading branch information
navidys authored May 12, 2024
2 parents 4500d15 + fd6ea1b commit a5c0b55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- [**Installing Packaged Versions**](#installing-packaged-versions)
- [**AlmaLinux, Rocky Linux**](#almalinux-rocky-linux)
- [**Arch Linux (AUR)**](#arch-linux-aur)
- [**Centos Stream**](#centos-stream)
- [**CentOS Stream**](#centos-stream)
- [**Fedora**](#fedora)
- [**RHEL**](#rhel)
- [**Gentoo**](#gentoo)
Expand Down Expand Up @@ -55,7 +55,7 @@ prometheus-podman-exporter is using go v1.17 or above.

### AlmaLinux, Rocky Linux

Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then run:
Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) (Rocky Linux >= 9 and AlmaLinux >= 9) and then run:

```shell
$ sudo dnf -y install prometheus-podman-exporter
Expand All @@ -67,9 +67,9 @@ $ sudo dnf -y install prometheus-podman-exporter
$ yay -S prometheus-podman-exporter
```

### Centos Stream
### CentOS Stream

Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then run:
Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) (CentOS >= 9) and then run:

```shell
$ sudo dnf -y install prometheus-podman-exporter
Expand All @@ -83,7 +83,7 @@ $ sudo dnf -y install prometheus-podman-exporter

### RHEL

Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then run:
Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) (RHEL >= 9) and then run:

```shell
$ sudo dnf -y install prometheus-podman-exporter
Expand Down

0 comments on commit a5c0b55

Please sign in to comment.