From e8331a108ccd0512b5b69dbc54dd591d90b34181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 19 Feb 2017 17:06:18 +0100 Subject: [PATCH] Update README.md --- lib/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/README.md b/lib/README.md index 19776f5..67dabf2 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,10 +1,9 @@ # 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 +This directory contains external libraries, that are needed to build 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 missing files: `git submodule update --init`