summaryrefslogtreecommitdiff
path: root/doc/install.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-03-21 10:54:21 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-03-21 10:55:54 +0100
commit300d873b188b4994a865885253a68e7bbc34dec1 (patch)
treef56a466bfcdbcf7de9be16342a31b2db0b24a926 /doc/install.asciidoc
parenta8bbd5fa4d6d816fc87555d146fbe736df27c841 (diff)
downloadqutebrowser-300d873b188b4994a865885253a68e7bbc34dec1.tar.gz
qutebrowser-300d873b188b4994a865885253a68e7bbc34dec1.zip
Update Debian install instructions
Supersedes #3707 Fixes #3737 [ci skip]
Diffstat (limited to 'doc/install.asciidoc')
-rw-r--r--doc/install.asciidoc19
1 files changed, 14 insertions, 5 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index c48fc71d6..572839208 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -47,17 +47,26 @@ Debian Stretch / Ubuntu 17.04 and 17.10
Those versions come with QtWebEngine in the repositories. This makes it possible
to install qutebrowser via the Debian package.
-Download the https://packages.debian.org/sid/all/qutebrowser/download[qutebrowser] and
-https://packages.debian.org/sid/all/python3-pypeg2/download[PyPEG2]
-package from the Debian repositories.
+You'll need to download three packages:
-Install the packages:
+- https://packages.debian.org/sid/all/python3-pypeg2/download[PyPEG2] (a library
+ used by qutebrowser which is not in the earlier repositories)
+- https://packages.debian.org/sid/all/qutebrowser/download[qutebrowser] itself
+- Either https://packages.debian.org/sid/all/qutebrowser-qtwebengine/download[qutebrowser-qtwebengine]
+ or https://packages.debian.org/sid/all/qutebrowser-qtwebkit/download[qutebrowser-qtwebkit]
+ (or both) depending on the backend you want to use. QtWebEngine is the
+ default/recommended choice.
+
+After downloading, install the packages:
----
# apt install ./python3-pypeg2_*_all.deb
-# apt install ./qutebrowser_*_all.deb
+# apt install ./qutebrowser*.deb
----
+For an update after the initial install, you only need to download/install the
+qutebrowser package.
+
Debian Testing / Ubuntu 18.04
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~