From 45447d354569258efa7f226c9a74e913627c319e Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 25 Nov 2021 22:37:04 +0100 Subject: [PATCH] fixed some grammar and styling --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05d4774..fbf8f27 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,10 @@ Include = /etc/pacman.d/mirrorlist ``` Replace `x86-64-v3` with your x86-64 feature level. -> ALHP only builds for `x86-64-v3` at to moment (list is subject to change). You can see all available repositories [here](https://alhp.harting.dev/). +> ALHP only builds for `x86-64-v3` at the moment (list is subject to change). You can see all available repositories +> [here](https://alhp.harting.dev/). Update package database and upgrade: - ``` pacman -Suy ``` @@ -81,7 +81,6 @@ pacman -Suy To disable ALHP remove all *x86-64-vX* entries in `/etc/pacman.conf` and remove `alhp-keyring` and `alhp-mirrorlist`. After that you can refresh pacmans databases and downgrade all packages like: - ``` pacman -Suuy ```