1
0
forked from ALHP/ALHP.GO

added x86-64-v2 to README

This commit is contained in:
2021-12-09 17:35:17 +01:00
parent b4670b5cce
commit d8965d735e

View File

@@ -79,11 +79,12 @@ Include = /etc/pacman.d/mirrorlist
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
``` ```
Replace `x86-64-v3` with your x86-64 feature level. Replace `x86-64-v3` with the x86-64 feature level you want to enable.
> ALHP only builds for `x86-64-v3` at the moment (list is subject to change). You can see all available repositories > ALHP only builds for `x86-64-v3` and `x86-64-v2` at the moment (list is subject to change). You can see all available repositories
> [here](https://alhp.harting.dev/). > [here](https://alhp.harting.dev/).
### 5. Update package database and upgrade: ### 5. Update package database and upgrade:
``` ```
pacman -Suy pacman -Suy
``` ```