From 8d9ae9105775750092ac4c1504858a3f547f851c Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Mon, 27 Jun 2022 22:53:03 +0200 Subject: docs: fix asciidoc syntax in install.asciidoc (cherry picked from commit d78b32e1f4c6f2e666ca8075b70e1b07d6bfb96b) --- doc/install.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.asciidoc b/doc/install.asciidoc index dd284fb9a..c600edc85 100644 --- a/doc/install.asciidoc +++ b/doc/install.asciidoc @@ -474,7 +474,7 @@ PyQt/Qt install instead of installing PyQt in the virtualenv. However, unless you have a new QtWebKit or QtWebEngine available, qutebrowser will not work. It also typically means you'll be using an older release of QtWebEngine. -On Windows, run `set PYTHON=C:\path\to\python.exe` (CMD) or ``$Env:PYTHON = +On Windows, run `set PYTHON=C:\path\to\python.exe` (CMD) or `$Env:PYTHON = "..."` (Powershell) first. There is a third mode, `mkvenv.py --pyqt-type source` which uses a system-wide -- cgit v1.2.3-54-g00ecf