From effc6ba81dd140222030b7cf920df90e32236035 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Sat, 3 Dec 2011 14:40:54 +0100 Subject: [PATCH 1/4] fixed markdown syntax --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7d1a972..838f1ea3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ ## Overview Official project site for Eiffel Web Framework: + * http://eiffel-world.github.com/Eiffel-Web-Framework/ For more information please have a look at the related wiki: + * https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki ## Requirements @@ -26,8 +28,8 @@ 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 contrib/ise_library/curl -** geant compile + * cd contrib/ise_library/curl + * geant compile ## Libraries under 'library' From af21520e5dcb12b2717e78432ec74cef30ca0fd8 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Sat, 3 Dec 2011 14:42:09 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 838f1ea3..6ac9409b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ For more information please have a look at the related wiki: * 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 From c1e08a1bdc24d87ed44ae3af4e26b4efd932f843 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Sat, 3 Dec 2011 14:55:28 +0100 Subject: [PATCH 3/4] 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 From 379e8061661457be761ca897514eb73e05d7d59a Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Sat, 3 Dec 2011 14:55:55 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37c1db4d..7613aa69 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ For more information please have a look at the related wiki: * 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