diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc
index ad4b8446f..1c330c79e 100644
--- a/INSTALL.asciidoc
+++ b/INSTALL.asciidoc
@@ -97,8 +97,9 @@ qutebrowser is available in the official [community] repository.
# pacman -S qutebrowser
----
-It's also recommended to install `qt5-webkit-ng` or `qt5-webengine` (and start
-with `--backend webengine`) to use an up-to-date backend.
+Archlinux packages an updated `qt5-webkit` package by default. If you want to
+use the QtWebEngine backend instead, install `qt5-webengine` and start with
+`--backend webengine`.
There is also a -git version available in the AUR:
https://aur.archlinux.org/packages/qutebrowser-git/[qutebrowser-git].
diff --git a/qutebrowser/html/backend-warning.html b/qutebrowser/html/backend-warning.html
index bf35aca93..ffff0e59b 100644
--- a/qutebrowser/html/backend-warning.html
+++ b/qutebrowser/html/backend-warning.html
@@ -87,7 +87,7 @@ the qute://settings page or caret browsing).
There are unofficial QtWebKit-NG packages available, but they are intended for Debian Unstable.
{{ please_open_issue() }}
{% elif distribution.parsed in [Distribution.arch, Distribution.manjaro] %}
- You should be able to install qt5-webkit-ng via pacman.
+ With an updated qt5-webkit package, you should already get QtWebKit-NG.
{% elif distribution.parsed == Distribution.gentoo %}
There's an unofficial ebuild available.
{% else %}