From c1e08a1bdc24d87ed44ae3af4e26b4efd932f843 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Sat, 3 Dec 2011 14:55:28 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ac9409b..37c1db4d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ For more information please have a look at the related wiki: * git submodule update --init * git submodule foreach --recursive git checkout master +An alternative to the last 2 instructions is to use the script from tools folder: +* cd tools +* update_git_working_copy + Or using git version >= 1.6.5 * git clone --recursive https://github.com/Eiffel-World/Eiffel-Web-Framework.git