summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2022-06-27 22:53:03 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-15 18:35:10 +0200
commit8d9ae9105775750092ac4c1504858a3f547f851c (patch)
tree7d7d8d6a01c891cebd52ce53f664fecf61295f25
parentf911ffd55c939b15a883f682ef52ac5613be9e08 (diff)
downloadqutebrowser-8d9ae9105775750092ac4c1504858a3f547f851c.tar.gz
qutebrowser-8d9ae9105775750092ac4c1504858a3f547f851c.zip
docs: fix asciidoc syntax in install.asciidoc
(cherry picked from commit d78b32e1f4c6f2e666ca8075b70e1b07d6bfb96b)
-rw-r--r--doc/install.asciidoc2
1 files changed, 1 insertions, 1 deletions
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