modified readme

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

View File

@ -16,3 +16,9 @@ First, install the primary key - it can then be used to install our keyring and
```bash ```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' # 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'
``` ```
Append (adding to the end of the file) to `/etc/pacman.conf`:
```bash
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
```