Skip to content

Commit b45246b

Browse files
author
wangyang59
committed
change following emailweixu comments
1 parent 76e9e08 commit b45246b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/getstarted/build_and_install/build_from_source_en.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ cd paddle
1414
git submodule update --init --recursive
1515
```
1616

17-
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.
18-
```
19-
git submodule update --init --recursive
20-
```
17+
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.
2118

2219
If you have already initialized your submodule and you would like to sync with the upstream submodule repo, you can run the following command
2320
```

0 commit comments

Comments
 (0)