From 80bd747b0b19cd9ce3da1f8c5d09fe175e4802d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Mu=C3=B1oz?= Date: Wed, 30 Aug 2023 18:09:08 -0500 Subject: [PATCH] modified readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e1357e2..e529d82 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,15 @@ official CondorCore keyring +# How to use it? +First, install the primary key - it can then be used to install our keyring and mirrorlist. +```bash +# pacman-key --recv-key FDD42A59FD43C07B --keyserver keys.openpgp.org +``` +```bash +# pacman-key --lsign-key FDD42A59FD43C07B +``` +```bash +# pacman -U 'https://aur.draggane.com/x86_64/condorcore-keyring-20230830-1-any.pkg.tar.zst' 'https://aur.draggane.com/x86_64/condorcore-mirrorlist-23.8-1-x86_64.pkg.tar.zst' +```