diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 1e1d0afd5..241f14f8d 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -266,6 +266,14 @@ 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 ~~~~~~~~