From 36493b4324e269fec92122f87329dbddd190bdc6 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 7 Nov 2011 11:11:04 +0100 Subject: [PATCH] updated readme with better way to get the source code recursively --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3de9fe32..f262f7f7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ How to get the source code? * git submodule update --init * git submodule foreach --recursive git checkout master +Or using git version >= 1.6.5 +* git clone --recursive https://github.com/Eiffel-World/Eiffel-Web-Framework.git + * And to build the required and related Clibs ** cd ext/ise_library/curl ** geant compile