summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-03-31 19:16:23 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-03-31 19:16:23 +0100
commit4d981ea02ff4e5b94437d12bbeea683a29a632ef (patch)
tree933e9b1c5f8d153161028c4f6472a806d4c6b93f
parent4c49583fed5e7917d2acbdc449f422e16f19eead (diff)
parentc9df88d481acf4db019054b68d73ff88b5e79b5e (diff)
Merge pull request #262 from ekie/archlinux_install
tweak install instructions
-rw-r--r--README.asciidoc29
1 files changed, 5 insertions, 24 deletions
diff --git a/README.asciidoc b/README.asciidoc
index f5a71a31..e7408a70 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -114,7 +114,8 @@ brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/homebrew/con
Fedora 20/21/22/Rawhide & Epel 7
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Use copr repository https://copr.fedoraproject.org/coprs/jkonecny/kakoune/
+Use the https://copr.fedoraproject.org/coprs/jkonecny/kakoune/[copr] repository.
+
---------------------------------
dnf copr enable jkonecny/kakoune
dnf install kakoune
@@ -123,31 +124,11 @@ dnf install kakoune
Arch Linux
~~~~~~~~~
-Choose between the quick manual way or a more _automagical_ one with build helper scripts such as +yaourt+:
-
-Manual way
-^^^^^^^^^^
-
---------------------------------
-# Check build tools are installed
-pacman -Sy base-devel
-
-# Get the package sources
-curl -L -O https://aur.archlinux.org/packages/ka/kakoune-git/kakoune-git.tar.gz
-tar xf kakoune-git.tar.gz
-cd kakoune-git
-
-# Build it (may ask for your sudo password to install potentially missing dependencies)
-makepkg -rs
-
-# Install it
-sudo pacman -U kakoune-git-*.pkg.tar.xz
---------------------------------
-
-With +yaourt+
-^^^^^^^^^^^^^
+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].
--------------------------------
+# For example build and install Kakoune via yaourt
yaourt -Sy kakoune-git
--------------------------------