summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Partain <jpartain@tektone.net>2017-06-21 10:56:25 -0400
committerJustin Partain <jpartain@tektone.net>2017-06-21 10:56:25 -0400
commitcb67a911fa3412a48f8beff1517becd5d947767b (patch)
treeb65eb6b508a2d00fc6323b2d365e88eee8d83825
parentcb5cd1a9103c7b4d78cd5674af46641de4cec32d (diff)
downloadqutebrowser-cb67a911fa3412a48f8beff1517becd5d947767b.tar.gz
qutebrowser-cb67a911fa3412a48f8beff1517becd5d947767b.zip
Remove recommendation to use '-c' command line argument, which doesn't exist
-rw-r--r--INSTALL.asciidoc8
1 files changed, 0 insertions, 8 deletions
diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc
index 1c330c79e..425bf738c 100644
--- a/INSTALL.asciidoc
+++ b/INSTALL.asciidoc
@@ -371,14 +371,6 @@ your `$PATH` (e.g. `/usr/local/bin/qutebrowser` or `~/bin/qutebrowser`):
~/path/to/qutebrowser/.venv/bin/python3 -m qutebrowser "$@"
----
-If you are developing on qutebrowser, you may want to redirect it to a local
-config:
-
-----
-#!/bin/bash
-~/path/to/qutebrowser/.venv/bin/python3 -m qutebrowser -c .qutebrowser-local "$@"
-----
-
Updating
~~~~~~~~