From 849639b0daed65a53cde4fdc4151dd5d29760fe1 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 2 Jun 2022 15:24:25 +0900 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1002870..eedb78c 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,14 @@ management. That must be done in the config. An example config is provided. The AUR Helper requires several things: - - A CHROOT to build in + - A CHROOT to build in. - A "checking GNUPG" directory that contains the GPG public keys that will be - checked when building the PKGBUILD + checked when building the PKGBUILD. - A "singing GNUPG" directory that contains the GPG private key that will sign the built packages and repository database. - - SUDO privileges to be able to use `makechrootpkg` + - SUDO privileges to be able to use `makechrootpkg`. + - `/etc/pacman.conf` must be configured to use the custom repository's + packages if `pacman -U` will not be used. ## Dependencies