aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshlee Young <ashlee@wildernessvoice.com>2015-11-29 08:46:56 -0800
committerAshlee Young <ashlee@wildernessvoice.com>2015-11-29 08:46:56 -0800
commitf6b246cc96318fe7ea249d6cbed9be480053fe49 (patch)
tree7c74b80c2a083189df8debe04a09487c963ebd88
parentdf5afa4fcd9725380f94ca6476248d4cc24f889a (diff)
modified instruction for pulling submodule
Change-Id: I9c72e4fff64c9a88c0ec93f7d59dea96c538728d
-rw-r--r--docs/README.apis3
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".
+