From e14bd8350baebcd133cfbc8c2ca894e72245bdb8 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 4 Sep 2014 13:04:53 +0200 Subject: [PATCH] Update INSTALL.md improved --- INSTALL.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cf62fd839..ede2a98d2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,8 +59,7 @@ Run CMake (cmake-gui) and set up the input boxes "Where is the source code:" and ##Linux Most of the dependencies should be available through your package manger. -###Git - +###Cloning the Repository In order to clone the qTox repository you need Git. Debian: @@ -83,10 +82,9 @@ Fedora: yum install git ``` -###Cloning the Repository - -Open a new Terminal and change to a directory of your choice. To clone the repository use: +Afterwards open a new Terminal, change to a directory of your choice and clone the repository: ```bash +cd /home/user/qTox git clone https://github.com/tux3/qTox.git qTox ```