summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-27 13:56:51 -0700
committerGitHub <noreply@github.com>2022-06-27 13:56:51 -0700
commit98c1b3e3089eede5571d27519e01e6296f3cbfc2 (patch)
tree940a5794f0d58479fa0b4f72c904694e9312eff2
parent5fc38aaf22415ab0b70567368332beee7955b367 (diff)
parentd78b32e1f4c6f2e666ca8075b70e1b07d6bfb96b (diff)
downloadqutebrowser-98c1b3e3089eede5571d27519e01e6296f3cbfc2.tar.gz
qutebrowser-98c1b3e3089eede5571d27519e01e6296f3cbfc2.zip
Merge pull request #7288 from emanuele6/patch-1
docs: fix asciidoc syntax in install.asciidoc
-rw-r--r--doc/install.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index d15a611f3..5fab844ec 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -488,7 +488,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