Commit 6fdce352 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #1122 from dagar/patch-1

simplify instructions to clone the repository
parents 1f618979 75107741
......@@ -21,10 +21,9 @@ There are three ways to obtain the QGroundControl source code from our GitHub re
### Clone the Repository
This option assumes that you have Git already. To clone (checkout) the QGC repository, run the following command in the directory that you want the qgroundcontrol folder to be created:
git clone git://github.com/mavlink/qgroundcontrol.git
cd qgroundcontrol
git submodule init
git submodule update
```
git clone --recursive git://github.com/mavlink/qgroundcontrol.git
```
### Fork the Repository
If you plan to contribute to the development of QGC, you will want this option, which also requires that you have Git set up. To fork the QGC repository, do the following:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment