Add "$@" to example wrapper script in INSTALL.

Thanks to mkonig for the suggestion!
This commit is contained in:
Florian Bruhin 2015-01-06 09:51:53 +01:00
parent e339b0cef9
commit e07146be7c

View File

@ -39,7 +39,7 @@ your `$PATH` (e.g. `/usr/local/bin/qutebrowser` or `~/bin/qutebrowser`):
----
#!/bin/bash
~/path/to/qutebrowser/.venv/bin/python3 -m qutebrowser
~/path/to/qutebrowser/.venv/bin/python3 -m qutebrowser "$@"
----
On Archlinux