mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
Update cloning documentation to include steps to initialize Sub-Modules
This commit is contained in:
+12
-2
@@ -152,9 +152,19 @@ Downloading from Repositories
|
||||
The current NuttX du jour is available in from a GIT repository. Cloning
|
||||
instructions are available here:
|
||||
|
||||
git clone https://bitbucket.org/patacongo/nuttx.git
|
||||
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user