diff --git a/README.md b/README.md index a7d1a972..7613aa69 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 @@ -22,12 +24,18 @@ 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 * 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'