From 7223eaed8c5a668618899197b1fc47770e6a9a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 4 Mar 2016 13:51:55 +0100 Subject: [PATCH] Wrap lines. --- lib/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/README.md b/lib/README.md index 5d03260..19776f5 100644 --- a/lib/README.md +++ b/lib/README.md @@ -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`