Update README

This commit is contained in:
Gregory Nutt
2015-06-30 08:11:49 -06:00
parent 284b6ba2bd
commit 567b4ff6a4
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -177,7 +177,6 @@ Downloading from Repositories
| | | |
nuttx/ apps/ nuttx/ apps/
Initialize Sub-Modules Initialize Sub-Modules
The NuttX repository contains GIT sub-modules for the Documentation/, The NuttX repository contains GIT sub-modules for the Documentation/,
@@ -188,6 +187,11 @@ Downloading from Repositories
git submodule init git submodule init
git submodule update git submodule update
This command can be used later to refresh all submodules with the
latest files:
git submodule foreach git pull
Configuring the Clones Configuring the Clones
The following steps need to be performed for each of the two The following steps need to be performed for each of the two
+1 -1
Submodule configs updated: 63db617b8e...f068b8c993