Skip to content

Commit 0208492

Browse files
authored
Merge pull request #290 from open-mpi/pr/git-submodules
Add a little text for git submodules
2 parents d31cabf + a066bef commit 0208492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/git.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<li>Clone either of these repositories. For example (as of October
2727
2014), to clone the main development repository via HTTPS:
2828

29-
<?php print_code("<strong>shell$</strong> git clone https://github.com/open-mpi/ompi.git
29+
<?php print_code("<strong>shell$</strong> git clone --recursive https://github.com/open-mpi/ompi.git
3030
Cloning into 'ompi'...
3131
remote: Counting objects: 256644, done.
3232
remote: Total 256644 (delta 0), reused 0 (delta 0)

source/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<strong><font color=green>Advantage:</font></strong> You'll easily be
4242
able to keep up with the latest source code using normal Git
43-
commands (e.g., '<code>git pull --rebase</code>').<br>
43+
commands (e.g., '<code>git pull --rebase --recurse-submodules</code>').<br>
4444
<strong><font color=red>Disadvantage:</font></strong> You need to have
4545
<a href="building.php">several tools installed</a> to compile Open
4646
MPI from a developer checkout.</li>

0 commit comments

Comments
 (0)