From cb67a911fa3412a48f8beff1517becd5d947767b Mon Sep 17 00:00:00 2001 From: Justin Partain Date: Wed, 21 Jun 2017 10:56:25 -0400 Subject: [PATCH] Remove recommendation to use '-c' command line argument, which doesn't exist --- INSTALL.asciidoc | 8 -------- 1 file changed, 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 ~~~~~~~~