summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-01-22 20:53:26 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-01-22 20:53:26 +0100
commit7eb17b40a3031dc6752ff578a3e10e21226e8b79 (patch)
tree16d577e6ae5880463753b32ba37a7fe9557e9a3b
parentc59a55a41798677682eddaf6bd88ccc3a04f0c6c (diff)
downloadqutebrowser-7eb17b40a3031dc6752ff578a3e10e21226e8b79.tar.gz
qutebrowser-7eb17b40a3031dc6752ff578a3e10e21226e8b79.zip
Edit mkvenv docs
-rw-r--r--doc/install.asciidoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index bd3d7cdc3..1e72b24fc 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -395,9 +395,12 @@ binary, but has a few caveats:
- It comes with a QtWebEngine compiled without proprietary codec support (such
as h.264).
-You can specify a Qt/PyQt verion with the `--pyqt-version` flag, see
-`mkenv.py --help` for a list of available versions. See the next section for
-an alternative.
+See the next section for an alternative install method which might help with
+those issues but result in an older Qt version.
+
+You can specify a Qt/PyQt version with the `--pyqt-version` flag, see
+`mkenv.py --help` for a list of available versions. By default, the latest
+version which plays well with qutebrowser is used.
Installing dependencies (system-wide Qt)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~