From cb9ff97edbf5d8be2a2502382b649d27750cfefb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 26 Mar 2016 14:36:42 +0100 Subject: [PATCH] Mention to clone repo in INSTALL.asciidoc --- INSTALL.asciidoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 0d143624e..71b46d09a 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -214,7 +214,16 @@ it as part of the packaging process. Installing qutebrowser with tox ------------------------------- -Run tox inside the qutebrowser repository to set up a +First of all, clone the repository using http://git-scm.org/[git] and switch +into the repository folder: + +---- +$ git clone https://github.com/The-Compiler/qutebrowser.git +$ cd qutebrowser +---- + + +Then run tox inside the qutebrowser repository to set up a https://docs.python.org/3/library/venv.html[virtual environment]: ----