From 135a462463156452d8083dcb025bf3f35bab25dc Mon Sep 17 00:00:00 2001 From: Gaetano Salvatore Falco Date: Sun, 26 Nov 2023 17:05:13 +0100 Subject: [PATCH] Fixed markdown and improved guide for Archlinux Fixed markdown and improved guide for Archlinux to implement 32 bit and 64 bit commands. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fc7245..be24521 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,8 @@ sudo nano /etc/pacman.conf and uncomment the lines in order to look like this: -```txt -\[multilib\] +```ini +[multilib] Include = /etc/pacman.d/mirrorlist ```