From feb2f99ea9c73d51a275dbaa8adfab4b72c7a24d Mon Sep 17 00:00:00 2001 From: AlvaroLuken Date: Thu, 5 Apr 2018 11:22:38 -0400 Subject: [PATCH] Added surrounding gray box to launch command for Ubuntu + Tox --- doc/install.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/install.asciidoc b/doc/install.asciidoc index 572839208..411675bfa 100644 --- a/doc/install.asciidoc +++ b/doc/install.asciidoc @@ -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`):