fixed some grammar and styling

This commit is contained in:
2021-11-25 22:37:04 +01:00
parent add4f544a1
commit 45447d3545

View File

@@ -68,10 +68,10 @@ Include = /etc/pacman.d/mirrorlist
``` ```
Replace `x86-64-v3` with your x86-64 feature level. 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: Update package database and upgrade:
``` ```
pacman -Suy 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`. 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: After that you can refresh pacmans databases and downgrade all packages like:
``` ```
pacman -Suuy pacman -Suuy
``` ```