From 75107741978b79ca98c0c81ddd6f9f99bd92206e Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 15 Dec 2014 14:14:29 -0500 Subject: [PATCH] simplify instructions to clone the repository --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d9822739..e0492880f 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: -- 2.22.0