docs(README): adapt links
This commit is contained in:
parent
6d54b01324
commit
dbd224f98e
20
README.md
20
README.md
@ -1,19 +1,19 @@
|
|||||||
# prometheus-x509-certificate-exporter
|
# 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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user