From 4eea3c6934e2f49cdb515fb6cca790ffe29c2e98 Mon Sep 17 00:00:00 2001 From: Morten Linderud Date: Fri, 25 May 2018 19:10:17 +0200 Subject: [PATCH] Fixed Arch Linux install instructions Signed-off-by: Morten Linderud --- README.asciidoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index dd417401..bd45f6ba 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -159,13 +159,9 @@ dnf install kakoune [TIP] .Arch Linux ==== -A PKGBUILD https://aur.archlinux.org/packages/kakoune-git[kakoune-git] -to install Kakoune is available in the -https://wiki.archlinux.org/index.php/Arch_User_Repository[AUR]. - +Kakoune is found in the https://www.archlinux.org/packages/community/x86_64/kakoune/[repositories]. -------------------------------------------------- -# For example build and install Kakoune via yaourt -yaourt -Sy kakoune-git +pacman -S kakoune -------------------------------------------------- ====