Wrap lines.

This commit is contained in:
László Monda
2016-03-04 13:51:55 +01:00
parent 77f6621267
commit 7223eaed8c

View File

@@ -1,7 +1,10 @@
# External libraries
This directory contains external libraries that are needed to build various parts of the firmware. All of these libraries reside in external Git repositories that are linked to this repository as Git submodules.
This directory contains external libraries that are needed to build various parts of the firmware.
All of these libraries reside in external Git repositories that are linked to this repository as Git
submodules.
If the subdirectories of this directory are empty then execute the following command to fetch the external libraries:
If the subdirectories of this directory are empty then execute the following command to fetch the
external libraries:
`git submodule update --init`