Remove recommendation to use '-c' command line argument, which doesn't exist

This commit is contained in:
Justin Partain 2017-06-21 10:56:25 -04:00
parent cb5cd1a910
commit cb67a911fa

View File

@ -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
~~~~~~~~