From 609f5780969b4346e3364f92fbced54316ed937e Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 1 Nov 2015 16:21:23 -0500 Subject: [PATCH] Update README.md -simplify clone step --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 82b019415..4b023ae2d 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,9 @@ ## Obtaining source code Source code for QGroundControl is kept on GitHub: https://github.com/mavlink/qgroundcontrol. ``` -git clone https://github.com/mavlink/qgroundcontrol.git -cd qgroundcontrol -git submodule init -git submodule update +git clone --recursive https://github.com/mavlink/qgroundcontrol.git ``` -Each time you pull new source to your repository you should re-run "git submodule update" to get the latest submodules as well. +Each time you pull new source to your repository you should run `git submodule update` to get the latest submodules as well. ### Supported Builds QGroundControl builds are supported for OSX, Linux, Windows and Android. QGroundControl uses [Qt](http://www.qt.io) as it's cross-platform support library and uses [QtCreator](http://doc.qt.io/qtcreator/index.html) as it's default build environment. -- 2.22.0