Commit a842cfa9 authored by Stefano Probst's avatar Stefano Probst

fix style in README

Fix the formatting at "Initialize submodules".
parent c152d257
...@@ -36,8 +36,10 @@ Fork the QGC Repo ...@@ -36,8 +36,10 @@ Fork the QGC Repo
### Initialize submodules ### Initialize submodules
After cloning or forking you will need to initialize and update the submodules using these commands in you qgroundcontrol source directory: 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 init
git submodule update 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. Each time you pull new source to your repository you should re-run "git submodule update" to get the latest submodules as well.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment