From f912ef09ec711aad5e6bb97dbe7b1b50fca52c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Mu=C3=B1oz?= Date: Wed, 30 Aug 2023 18:35:27 -0500 Subject: [PATCH] modified readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e529d82..d6ba773 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,9 @@ First, install the primary key - it can then be used to install our keyring and ```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' ``` +Append (adding to the end of the file) to `/etc/pacman.conf`: + +```bash +[chaotic-aur] +Include = /etc/pacman.d/chaotic-mirrorlist +```