diff --git a/README.md b/README.md index 5f31e54a73d531c583b54dadcdb0dc0438bfecb6..f1a7d7b1521098c290879f19dd39031e48d53114 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,10 @@ Fork the QGC Repo ### Initialize submodules After cloning or forking you will need to initialize and update the submodules using these commands in you qgroundcontrol source directory: +``` git submodule init git submodule update +``` Each time you pull new source to your repository you should re-run "git submodule update" to get the latest submodules as well.