From 3883cafa8e9a59c17e9342d294651a1cf1d3350f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 15 Feb 2017 14:44:18 +0200
Subject: [PATCH] - Updated README with hint on how to correct submodule paths
 after moving the repo.

---
 README.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 985bd2b..a7a8c59 100644
--- a/README.rst
+++ b/README.rst
@@ -2,10 +2,10 @@ rcfiles
 *******
 
 A repository with my rc files. The purpose is for me to have revision control of
-my home dir, maybe send somebody a link to an example file and to be browsable
-for others (if anyone wants to copy some snippet). Because these are my actual
-files that I use right now, the repository is cloned directly to my home
-directory and is not meant for mass consumption as it is.
+my home directory, maybe send somebody a link to an example file and to be
+browsable for others (if anyone wants to copy some snippet). Because these are
+my actual files that I use right now, the repository is cloned directly to my
+home directory and is not meant for mass consumption as it is.
 
 Usage
 -----
@@ -21,6 +21,10 @@ WARNING: This will overwrite your existing files.
     rm -r rcfiles
     git submodule update --init --recursive
 
+In older versions of Git the paths in the submodules are obsolete and thus need
+to be corrected (before fetching them). The correction needs to be done in the
+:code:`.git` and :code:`config` files inside each submodule.
+
 License
 -------
 
-- 
GitLab