From d8965d735e0c286d00c02ea5fdec2585565c8841 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 9 Dec 2021 17:35:17 +0100 Subject: [PATCH] added x86-64-v2 to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1c9416..4cb12fa 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,12 @@ Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist ``` -Replace `x86-64-v3` with your x86-64 feature level. -> ALHP only builds for `x86-64-v3` at the moment (list is subject to change). You can see all available repositories +Replace `x86-64-v3` with the x86-64 feature level you want to enable. +> 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/). ### 5. Update package database and upgrade: + ``` pacman -Suy ```