Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
-simplify clone step
  • Loading branch information
dagar committed Nov 1, 2015
1 parent 82788b7 commit 609f578
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 609f578

Please sign in to comment.