modified readme

This commit is contained in:
Kevin Muñoz 2023-08-30 18:09:08 -05:00
parent 3154552a07
commit 80bd747b0b
No known key found for this signature in database
GPG Key ID: 3CA0B9DF1BE7CE09

View File

@ -4,4 +4,15 @@
official CondorCore keyring 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'
```