Skip to content
Snippets Groups Projects
Commit 35892cb1 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update cloning documentation to include steps to initialize Sub-Modules

parent d8613756
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment