From f6b246cc96318fe7ea249d6cbed9be480053fe49 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Sun, 29 Nov 2015 08:46:56 -0800 Subject: modified instruction for pulling submodule Change-Id: I9c72e4fff64c9a88c0ec93f7d59dea96c538728d --- docs/README.apis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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". + -- cgit 1.2.3-korg