From 04adb4aaf905dfbc82caa09e5baef27b700317a7 Mon Sep 17 00:00:00 2001 From: rickellis Date: Wed, 21 Mar 2018 18:30:57 -0600 Subject: [PATCH] Updated docs --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96a8f0d..4ab4249 100644 --- a/README.md +++ b/README.md @@ -455,28 +455,32 @@ Find this line and uncomment: --- -## Enable AUR and Multilib +## Enable AUR and Multilib Repositories Open the pacman.conf file: $ nano /etc/pacman.conf -Uncomment: +If you want to be able to run 32bit software on a 64bit system then __uncomment__: #[multilib] #Include = /etc/pacman.d/mirrorlist -Add this: +If you plan on downloading packages from the Arch User Repository, add this: [archlinuxfr] SigLevel = Never Server = http://repo.archlinux.fr/$arch -In that same file add (or uncomment if it's there): +In that same file add these (or uncomment if either are there). `color` give you colored output when running pacman commands, and `ILoveCandy` gives you the little yellow pacman animation. color ILoveCandy +Then save the file. + +--- + ## Update all packages The installation is basically done so we now update all installed packages: