Merge branch 'rumpelsepp-patch-1'

This commit is contained in:
Florian Bruhin 2016-01-24 16:58:51 +01:00
commit f4e3b73c3e
2 changed files with 13 additions and 15 deletions

View File

@ -92,26 +92,23 @@ Then <<tox,install qutebrowser via tox>>.
On Archlinux On Archlinux
------------ ------------
There are two Archlinux packages available in the AUR: qutebrowser is available in the official [community] repository.
https://aur.archlinux.org/packages/qutebrowser/[qutebrowser] and
https://aur.archlinux.org/packages/qutebrowser-git/[qutebrowser-git].
You can install them (and the needed pypeg2 dependency) like this:
---- ----
$ wget https://aur.archlinux.org/packages/py/python-pypeg2/python-pypeg2.tar.gz # pacman -S qutebrowser
$ tar xzf python-pypeg2.tar.gz ----
$ cd python-pypeg2
$ makepkg -si
$ cd ..
$ rm -r python-pypeg2 python-pypeg2.tar.gz
$ wget https://aur.archlinux.org/packages/qu/qutebrowser/qutebrowser.tar.gz There is also a -git version available in the AUR:
$ tar xzf qutebrowser.tar.gz https://aur.archlinux.org/packages/qutebrowser-git/[qutebrowser-git].
$ cd qutebrowser
You can install it using `makepkg` like this:
----
$ git clone https://aur.archlinux.org/qutebrowser-git.git
$ cd qutebrowser-git
$ makepkg -si $ makepkg -si
$ cd .. $ cd ..
$ rm -r qutebrowser qutebrowser.tar.gz $ rm -r qutebrowser-git
---- ----
or you could use an AUR helper, e.g. `yaourt -S qutebrowser-git`. or you could use an AUR helper, e.g. `yaourt -S qutebrowser-git`.

View File

@ -193,6 +193,7 @@ Contributors, sorted by the number of commits in descending order:
* dylan araps * dylan araps
* Tim Harder * Tim Harder
* Thiago Barroso Perrotta * Thiago Barroso Perrotta
* Stefan Tatschner
* Samuel Loury * Samuel Loury
* Matthias Lisin * Matthias Lisin
* Marcel Schilling * Marcel Schilling