diff options
author | Ashlee Young <ashlee@wildernessvoice.com> | 2015-11-29 08:46:56 -0800 |
---|---|---|
committer | Ashlee Young <ashlee@wildernessvoice.com> | 2015-11-29 08:46:56 -0800 |
commit | f6b246cc96318fe7ea249d6cbed9be480053fe49 (patch) | |
tree | 7c74b80c2a083189df8debe04a09487c963ebd88 /docs | |
parent | df5afa4fcd9725380f94ca6476248d4cc24f889a (diff) |
modified instruction for pulling submodule
Change-Id: I9c72e4fff64c9a88c0ec93f7d59dea96c538728d
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.apis | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.apis b/docs/README.apis index 35467b8d..1da66243 100644 --- a/docs/README.apis +++ b/docs/README.apis @@ -1 +1,2 @@ -The APIs docs exist as a submodule in docs/apis. In order to retrieve them, you must do a git pull recursive "git pull --recurse-submodules". +The APIs docs exist as a submodule in docs/apis. In order to retrieve them, you must change directories to "apis" and then do a "git pull origin master". This will pull down all relevant API documents related to the source components in this release". + |