diff --git a/README.md b/README.md index 2d9822739cd40d43edda6a18678f998440296258..e0492880f6f23f0f84277fb9b91c14abd3c98b0e 100644 --- a/README.md +++ b/README.md @@ -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: