summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2018-05-25 19:10:17 +0200
committerMorten Linderud <morten@linderud.pw>2018-05-25 19:10:17 +0200
commit4eea3c6934e2f49cdb515fb6cca790ffe29c2e98 (patch)
tree0d5cbfc446f1678b00c5448999fd8aad0a895d8d
parent9b89652b0b43edeb1e5b778b74a85a5c3790c85a (diff)
Fixed Arch Linux install instructions
Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--README.asciidoc8
1 files 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
--------------------------------------------------
====