Merge branch 'rcorre-contributor-config'
This commit is contained in:
commit
08a7ee4ffb
@ -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
|
||||
~~~~~~~~
|
||||
|
||||
|
@ -195,6 +195,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Larry Hynes
|
||||
* Johannes Altmanninger
|
||||
* Samir Benmendil
|
||||
* Ryan Roden-Corrent
|
||||
* Regina Hug
|
||||
* Mathias Fussenegger
|
||||
* Marcelo Santos
|
||||
|
Loading…
Reference in New Issue
Block a user