From 0a025f419bf259957e4e23f3478bb95a8deaf264 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 3 Feb 2022 00:56:35 -0300 Subject: [PATCH] Update README.md --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 951f2c1..7b110b4 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,14 @@ Personal Arch Linux package repository. ## Usage +First, you need to locally sign my PGP key: + ```bash sudo pacman-key --add public.key sudo pacman-key --lsign-key 199980CE93F18E62 ``` -First, you need to add +Then, you need to add ```bash [calrepo] @@ -24,13 +26,13 @@ Server = https://slococo.com.ar/$repo/$arch to the end of `/etc/pacman.conf`. -Then, you must sync the repositories: +Now, you must sync the repositories: ``` sudo pacman -Sy ``` -Now, to install, for example `zaread-git`: +Finally, to install, for example `zaread-git`: ```bash sudo pacman -S zaread-git @@ -42,14 +44,6 @@ or sudo pacman -S calread/zaread-git ``` -Finally, `pacman` will ask you if you want to import my PGP key: - -```bash -:: Import PGP key 199980CE93F18E62, "Santiago Lo Coco "? [Y/n] -``` - -So accept it by typing a `Y`. - ## Contributing PRs are welcome.