Skip to content

Commit

Permalink
Merge pull request #202 from navidys/doc_update
Browse files Browse the repository at this point in the history
install.md update - ArchLinux (AUR)
  • Loading branch information
navidys authored Mar 7, 2024
2 parents e8ae212 + 1c143db commit 59051fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [**Container Image**](#container-image)
- [**Installing Packaged Versions**](#installing-packaged-versions)
- [**AlmaLinux, Rocky Linux**](#almalinux-rocky-linux)
- [**Arch Linux (AUR)**](#arch-linux-aur)
- [**Centos Stream**](#centos-stream)
- [**Fedora**](#fedora)
- [**RHEL**](#rhel)
Expand Down Expand Up @@ -60,6 +61,12 @@ Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then ru
$ sudo dnf -y install prometheus-podman-exporter
```

### Arch Linux (AUR)

```shell
$ yay -S prometheus-podman-exporter
```

### Centos Stream

Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then run:
Expand Down

0 comments on commit 59051fe

Please sign in to comment.