From 5fd2db94edb2e71b0ffef4cf1ac4c9328a1bcc58 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 3 Feb 2022 00:21:01 -0300 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 258f04a..cafeaaa 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,7 @@ Personal Arch Linux package repository. ## Usage -First, you need to locally sign my PGP key: - -``` -sudo pacman-key --lsign-key 199980CE93F18E62 -``` - -Then, add +First, you need to add ```bash [calrepo] @@ -25,13 +19,31 @@ Server = https://slococo.com.ar/$repo/$arch to the end of `/etc/pacman.conf`. -Finally, you must sync the repositories: +Then, you must sync the repositories: ``` sudo pacman -Sy ``` -Now you can install any of the packages from the `calrepo` repo. +Now, to install, for example `zaread-git`: + +```bash +sudo pacman -S zaread-git +``` + +or + +```bash +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.