Add "$@" to example wrapper script in INSTALL.
Thanks to mkonig for the suggestion!
This commit is contained in:
parent
e339b0cef9
commit
e07146be7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user