From 76e9e0893470c8c3c1343457edbae0e52209af61 Mon Sep 17 00:00:00 2001 From: wangyang59 Date: Mon, 12 Dec 2016 11:57:35 -0800 Subject: [PATCH] minor wording changes --- doc/getstarted/build_and_install/build_from_source_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getstarted/build_and_install/build_from_source_en.md b/doc/getstarted/build_and_install/build_from_source_en.md index 547742a4b3a..39f8565adf1 100644 --- a/doc/getstarted/build_and_install/build_from_source_en.md +++ b/doc/getstarted/build_and_install/build_from_source_en.md @@ -14,12 +14,12 @@ cd paddle git submodule update --init --recursive ``` -If you already have a local PaddlePaddle repo and have not initialized the submodule, you can simply run the following command in your PaddlePaddle home directory. +If you already have a local PaddlePaddle repo and have not initialized the submodule, your local submodule folder will be empty. You can simply run the following command in your PaddlePaddle home directory to initialze your submodule folder. ``` git submodule update --init --recursive ``` -To sync with the upstream submodule repo, you can run the following command +If you have already initialized your submodule and you would like to sync with the upstream submodule repo, you can run the following command ``` git submodule update --remote ``` -- GitLab