From 3eb3cc38f66287433c356bb65d08e8a69c28e07d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 2 Feb 2022 23:59:28 -0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf11ea6..258f04a 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,13 @@ Personal Arch Linux package repository. ## Usage -199980CE93F18E62 +First, you need to locally sign my PGP key: -Add +``` +sudo pacman-key --lsign-key 199980CE93F18E62 +``` + +Then, add ```bash [calrepo] @@ -21,6 +25,14 @@ Server = https://slococo.com.ar/$repo/$arch to the end of `/etc/pacman.conf`. +Finally, you must sync the repositories: + +``` +sudo pacman -Sy +``` + +Now you can install any of the packages from the `calrepo` repo. + ## Contributing PRs are welcome.