1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Update INSTALL.md

improved
This commit is contained in:
Marcel 2014-09-04 13:04:53 +02:00
parent 8773ac3f8c
commit edd27cf30f

View File

@ -59,8 +59,7 @@ Run CMake (cmake-gui) and set up the input boxes "Where is the source code:" and
##Linux ##Linux
Most of the dependencies should be available through your package manger. 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. In order to clone the qTox repository you need Git.
Debian: Debian:
@ -83,10 +82,9 @@ Fedora:
yum install git yum install git
``` ```
###Cloning the Repository Afterwards open a new Terminal, change to a directory of your choice and clone the repository:
Open a new Terminal and change to a directory of your choice. To clone the repository use:
```bash ```bash
cd /home/user/qTox
git clone https://github.com/tux3/qTox.git qTox git clone https://github.com/tux3/qTox.git qTox
``` ```