Remove reference to .relative_gitmodules from README.txt

This commit is contained in:
Kevin Anthoney 2013-11-26 12:13:32 +00:00
parent bc82d84a23
commit 6b44551b73

View File

@ -97,7 +97,7 @@ not work - due to relative directory paths in .gitmodules, git tries
to download the submodules from the fork instead of the original oolite
repository. A workaround is to copy the file .absolute_gitmodules
onto .gitmodules, then perform the submodules init, then replace
.gitmodules with .relative_submodules. eg, on Unix:
.gitmodules with the relative path version. eg, on Unix:
$ cp .absolute_gitmodules .gitmodules
$ git submodule update --init