summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-06-26 18:04:57 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-06-26 18:04:57 +0200
commit8a7610206e3e97cbc9ed54763b5e82cff4b84163 (patch)
tree41c528b029ab7797a641afb74660b2c20e23fa84
parent78c93e12254b7707442e9e14cac0bef55933bd14 (diff)
parentcb67a911fa3412a48f8beff1517becd5d947767b (diff)
downloadqutebrowser-8a7610206e3e97cbc9ed54763b5e82cff4b84163.tar.gz
qutebrowser-8a7610206e3e97cbc9ed54763b5e82cff4b84163.zip
Merge branch 'master' of https://github.com/jupart/qutebrowser
-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
~~~~~~~~