diff --git a/README.md b/README.md index d6ba773..5e37596 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ official CondorCore keyring 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 +# pacman-key --recv-key FDD42A59FD43C07B --keyserver keyserver.ubuntu.com ``` ```bash # pacman-key --lsign-key FDD42A59FD43C07B @@ -19,6 +19,6 @@ First, install the primary key - it can then be used to install our keyring and Append (adding to the end of the file) to `/etc/pacman.conf`: ```bash -[chaotic-aur] -Include = /etc/pacman.d/chaotic-mirrorlist +[condorcore] +Include = /etc/pacman.d/condorcore-mirrorlist ```