From b45246b697ea587e47006e4ee296ddc885488be9 Mon Sep 17 00:00:00 2001 From: wangyang59 Date: Mon, 12 Dec 2016 13:11:30 -0800 Subject: [PATCH] change following emailweixu comments --- doc/getstarted/build_and_install/build_from_source_en.md | 5 +---- 1 file changed, 1 insertion(+), 4 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 39f8565adf1..3441ebf2220 100644 --- a/doc/getstarted/build_and_install/build_from_source_en.md +++ b/doc/getstarted/build_and_install/build_from_source_en.md @@ -14,10 +14,7 @@ cd paddle git submodule update --init --recursive ``` -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 -``` +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 last line of the above codes in your PaddlePaddle home directory to initialze your submodule folder. If you have already initialized your submodule and you would like to sync with the upstream submodule repo, you can run the following command ``` -- GitLab