Added surrounding gray box to launch command for Ubuntu + Tox

This commit is contained in:
AlvaroLuken 2018-04-05 11:22:38 -04:00
parent 79823a9a0b
commit feb2f99ea9

View File

@ -426,7 +426,11 @@ Creating a wrapper script
~~~~~~~~~~~~~~~~~~~~~~~~~
Running `tox` does not install a system-wide `qutebrowser` script. You can
launch qutebrowser by doing `.venv/bin/python3 -m qutebrowser`.
launch qutebrowser by doing:
----
.venv/bin/python3 -m qutebrowser
----
You can create a simple wrapper script to start qutebrowser somewhere in your
`$PATH` (e.g. `/usr/local/bin/qutebrowser` or `~/bin/qutebrowser`):