From c9199748e79d2152579b4e7d9c8c0b3a9e543fc1 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 21 Aug 2026 16:49:42 +0200 Subject: [PATCH] docs(README): update 'obtaining pre-built packages from a repository' Co-authored-by: Copilot --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1552847..56d844c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # kyverno-cli-bin This repository contains build files to build the Arch Linux package `kyverno-cli-bin`. Instead of building the -package yourself, it can also be obtained from the following private repository. More detailed are described -[here](#obtaining-pre-built-packages-from-a-repository). +package yourself, it can also be obtained from the following private repository. The section [*Obtaining pre-built +packages from a repository*](#obtaining-pre-built-packages-from-a-repository) describes all necessary steps. ## Build @@ -48,7 +48,9 @@ EOF sudo pacman-key --keyserver hkps://keys.openpgp.org --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982 # Extend existing pacman configuration of the repository 'volker.raschek' -sudo echo "Include = /etc/pacman.d/repos/*.conf" >> /etc/pacman.conf +sudo tee -a /etc/pacman.conf > /dev/null <