diff --git a/README.md b/README.md index 47b61adb4a7e2e0ccc69d713650d014efb285767..0601358b4ad0ecaf1e2a0fbd6d6f623bd19ab65d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Source code for QGroundControl is kept on GitHub: https://github.com/mavlink/qgr ``` git clone --recursive https://github.com/mavlink/qgroundcontrol.git ``` -Each time you pull new source to your repository you should 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. Since QGroundControl uses submodules, using the zip file for source download will not work. You must use git. ### 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.