Browse Source

simplify instructions to clone the repository

QGC4.4
Daniel Agar 11 years ago
parent
commit
7510774197
  1. 7
      README.md

7
README.md

@ -21,10 +21,9 @@ There are three ways to obtain the QGroundControl source code from our GitHub re @@ -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:

Loading…
Cancel
Save