docs(README): adapt links

This commit is contained in:
Markus Pesch 2025-05-21 18:00:39 +02:00
parent 6d54b01324
commit dbd224f98e
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,19 +1,19 @@
# prometheus-x509-certificate-exporter # git-sv
![AUR version](https://img.shields.io/aur/version/prometheus-x509-certificate-exporter?label=AUR) ![AUR version](https://img.shields.io/aur/version/git-sv?label=AUR)
![AUR votes](https://img.shields.io/aur/votes/prometheus-x509-certificate-exporter) ![AUR votes](https://img.shields.io/aur/votes/git-sv)
This repository contains build files to build the Arch Linux package `prometheus-x509-certificate-exporter`. Instead of This repository contains build files to build the Arch Linux package `git-sv`. Instead of building the package yourself,
building the package yourself, it can also be obtained from the following private repository. More detailed are it can also be obtained from the following private repository. More detailed are described
described [here](#obtaining-pre-built-packages-from-a-repository). [here](#obtaining-pre-built-packages-from-a-repository).
## Build ## Build
Clone this repository and use `makepkg` to build the package by yourself. For example: Clone this repository and use `makepkg` to build the package by yourself. For example:
```bash ```bash
git clone https://aur.archlinux.org/prometheus-x509-certificate-exporter.git git clone https://aur.archlinux.org/git-sv.git
cd prometheus-x509-certificate-exporter cd git-sv
makepkg makepkg
``` ```
@ -22,7 +22,7 @@ makepkg
The build files are also available via AUR and can be installed via an AUR helper like `yay`. The build files are also available via AUR and can be installed via an AUR helper like `yay`.
```bash ```bash
yay --sync --aur prometheus-x509-certificate-exporter yay --sync --aur git-sv
``` ```
## Obtaining pre-built packages from a repository ## Obtaining pre-built packages from a repository
@ -57,5 +57,5 @@ sudo echo "Include = /etc/pacman.d/repos/*.conf" >> /etc/pacman.conf
sudo pacman --sync --refresh sudo pacman --sync --refresh
# Install the package and receive updates directly via pacman :) # Install the package and receive updates directly via pacman :)
sudo pacman --sync prometheus-x509-certificate-exporter sudo pacman --sync git-sv
``` ```