From d75ebfcaa13584dc200a3e85a20f216e5513ef1f Mon Sep 17 00:00:00 2001 From: T13nou <64090484+T13nou@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:15:30 +0100 Subject: [PATCH] Update README.en.md --- lang/README.en.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/lang/README.en.md b/lang/README.en.md index 7683518..28d58ae 100644 --- a/lang/README.en.md +++ b/lang/README.en.md @@ -92,25 +92,25 @@ echo "Hello world !" # Example command #### Optimize pacman -1. This [modification](https://wiki.archlinux.org/title/Pacman#Enabling_parallel_downloads) allows for parallelization of package downloads. (PS: with kate, when you save, you might be asked to enter a password. Enter your root/sudo password.) +This [modification](https://wiki.archlinux.org/title/Pacman#Enabling_parallel_downloads) allows for parallelization of package downloads. (PS: with kate, when you save, you might be asked to enter a password. Enter your root/sudo password.) - ``` - kate /etc/pacman.conf - ``` +``` +kate /etc/pacman.conf +``` - Uncomment (remove the **#** from the following lines): +Uncomment (remove the **#** from the following lines): - ``` - #Misc options - #UseSyslog - Color <- - #NoProgressBar - #CheckSpace - VerbosePkgLists <- - ParallelDownloads = 5 <- - ``` +``` +#Misc options +#UseSyslog +Color <- +#NoProgressBar +#CheckSpace +VerbosePkgLists <- +ParallelDownloads = 5 <- +``` -2. Installing yay +#### Installing yay [Yay](https://github.com/Jguer/yay) is a handy tool for managing the installation and updating of software on Arch Linux-based systems. Yay especially makes it easier to use the AUR repository, a community-managed repository that significantly expands the available software library. This includes compiling these programs from their source, unless "-bin" is specified at the end of their name. @@ -129,7 +129,7 @@ echo "Hello world !" # Example command yay -Y --devel --save ``` -3. Maintenance aliases: +#### Maintenance aliases: [ Arch Linux Tutorial Part 4: Maintenance ](https://www.youtube.com/watch?v=Z7POSK2jnII)