Skip to content

Commit 515e4e1

Browse files
authored
Merge pull request #2012 from agkhall/patch-1
Minor clarification
2 parents f096b30 + 25638be commit 515e4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/submodules.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ $
166166
----
167167

168168
The `DbConnector` directory is there, but empty.
169-
You must run two commands: `git submodule init` to initialize your local configuration file, and `git submodule update` to fetch all the data from that project and check out the appropriate commit listed in your superproject:
169+
You must run two commands from the main project: `git submodule init` to initialize your local configuration file, and `git submodule update` to fetch all the data from that project and check out the appropriate commit listed in your superproject:
170170

171171
[source,console]
172172
----

0 commit comments

Comments
 (0)