From 8246e9472d68c881eafd0e0dde508e4c0dde858c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Nov 2014 22:51:34 +0100 Subject: [PATCH] Adjust install instructions for arch --- README.asciidoc | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 845ea2595..5ff66a1eb 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -118,31 +118,19 @@ repository (rather than a release): On Archlinux ~~~~~~~~~~~~ -There's an Archlinux package available in `pkg/`. You can install it (and the -python-pypeg2 dependency) like this: +There's an Archlinux package available in the +https://aur.archlinux.org/packages/qutebrowser-git/[Archlinux AUR]. + +You can install it like this: ---- -$ wget https://aur.archlinux.org/packages/py/python-pypeg2/python-pypeg2.tar.gz <1> -$ tar xzvf python-pypeg2.tar.gz -$ cd python-pypeg2 -$ makepkg -si -$ cd .. - $ mkdir qutebrowser $ cd qutebrowser -$ wget http://git.the-compiler.org/qutebrowser/plain/pkg/PKGBUILD.qutebrowser-git -O PKGBUILD +$ wget https://aur.archlinux.org/packages/qu/qutebrowser-git/PKGBUILD $ makepkg -si -$ cd .. -$ rm -rf python-pypeg2.tar.gz python-pypeg2 qutebrowser ---- -<1> Instead of the first block of commands you could also use an AUR helper, -e.g. +yaourt -S python-pypeg2+. -As soon as v0.1 is out, there will be a package in the AUR, so this will get -easier. - -// Install https://aur.archlinux.org/packages/qutebrowser-git/[qutebrowser-git] -// from the AUR. +or you could use an AUR helper, e.g. `yaourt -S qutebrowser-git`. On Gentoo ~~~~~~~~~