From 026b4f86821250160b3087cfc262c78a2daf2048 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 12 Jul 2011 16:48:16 +0200 Subject: [PATCH] added instruction to get the source code --- README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README b/README index fea008a6..8ba8d6d0 100644 --- a/README +++ b/README @@ -4,7 +4,17 @@ Official project site for Eiffel Web Framework: For more information please have a look at the related wiki: - https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki -Overview: +# How to get the source code? # + - += Get the source code = + + - git clone https://github.com/Eiffel-World/Eiffel-Web-Framework.git + - cd Eiffel-Web-Framework + - git submodule update --init + - git submodule foreach git pull origin master + - git submodule foreach git checkout master + +# Overview # - library/ewsgi: Eiffel Web Server Gateway Interface