Update README
This commit is contained in:
parent
284b6ba2bd
commit
567b4ff6a4
|
@ -1 +1 @@
|
||||||
Subproject commit 321f4c76481c05796cd4543575345da02b794f86
|
Subproject commit a0cc26a6e6cd33bc1729c8fc454695a3462ebc99
|
|
@ -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
|
||||||
|
|
2
configs
2
configs
|
@ -1 +1 @@
|
||||||
Subproject commit 63db617b8e5901f6324ab59fe127aa5164fd7be9
|
Subproject commit f068b8c993a97304570d1913241295ded34fa25a
|
Loading…
Reference in New Issue