Update cloning documentation to include steps to initialize Sub-Modules
This commit is contained in:
parent
d861375607
commit
35892cb17f
12
README.txt
12
README.txt
@ -154,7 +154,17 @@ Downloading from Repositories
|
||||
|
||||
git clone https://bitbucket.org/patacongo/nuttx.git
|
||||
|
||||
Configuring the Cone
|
||||
Initialize Sub-Modules
|
||||
|
||||
The NuttX repository contains GIT sub-modules for the Documentation/,
|
||||
arch/, and configs/ directories. These may need to be individually
|
||||
initialized:
|
||||
|
||||
cd nuttx
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
Configuring the Clone
|
||||
|
||||
Set your identity:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user