diff --git a/README.md b/README.md
index 26ecc388aa3509cd7f412e5ecd2422919862fc91..48c99234afa1df0b15c5972b10e2ffaecc78d191 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,46 @@
-# Maarch_Courrier
-Maarch Courrier : Gestionnaire Électronique de Courrier
+# Maarch Courrier
+Gestionnaire Électronique de Correspondances – Libre et Open Source –
 
-**/!\ Version de développement**
+**Dernière version stable V17.06**
+
+Démonstration : http://demo.maarchcourrier.com/
+Build : https://sourceforge.net/projects/maarch/files/Maarch%20Courrier/MaarchCourrier-17.06.tar.gz
+VM : https://sourceforge.net/projects/maarch/files/Maarch%20Courrier/VMs/Maarch%20Courrier%2017.06%20Prod.ova
+Documentation : http://wiki.maarch.org/Maarch_Courrier
+
+
+## Installation
+1. Vérifiez que vous avez l'ensemble des [pré-requis](http://wiki.maarch.org/Maarch_Courrier/fr/Install/Prerequis/latest)
+2. Décompressez *MaarchCourrier-17.06.tar.gz* dans votre zone web
+3. Vérifiez votre vhost Apache
+4. Laissez-vous guider par notre installeur à [http://IP.ouDomaine.tld/MaarchCourrier/install/](http://wiki.maarch.org/Maarch_Courrier/1.5/fr/Manuel_administrateur/Fonctionnalit%C3%A9s/Gestion_installeur$
 
-Dernière version stable V17.06 : http://wiki.maarch.org/Maarch_Courrier
-Démonstration en ligne : http://demo.maarchcourrier.com/
 
 ## Requis techniques
 
 * Apache2.x
 * PostgreSQL 9.x
-* PHP 5.6 ou plus, MaarchCourrier 17.06 est compatible avec php7 !
-   * Extensions : php_xsl, php_xmlrpc, php_gettext, php_gd, php_pgsql, php_mbstring, php_pdo_pgsql, php5-mcrypt, php_imap, php_soap
-   * Spécifique Windows : php php_pdo_pgsql.dll, php php_fileinfo.dll
+* PHP 5.6.* ou PHP 7.0.*
+   * Extensions PHP (adaptées à votre version de PHP) : PHP-[XSL](http://php.net/manual/en/book.xsl.php), PHP-[XML-RPC](http://php.net/manual/en/book.xmlrpc.php), PHP-[Gettext](http://php.net/manual/en/b$
    * Bibliothèques pear/SOAP (pour php < 7.0), pear/CLITools
-* imagick, php_imagick
-* ghostscript
-* 7z (p7z-full sous gnu/linux)
-* wkhtmltopdf, wkhtmltoimage (http://wkhtmltopdf.org/downloads.html)
-* LibreOffice (pour la conversion de documents)
-* JRE >= 7
+* [ImageMagick](http://imagemagick.org/), avec PHP-[ImageMagick](http://php.net/manual/en/book.imagick.php)
+* [Ghostscript](https://www.ghostscript.com/)
+* [7-zip](http://www.7-zip.org/)
+* [wkhtmltopdf et wkhtmltoimage](http://wkhtmltopdf.org/downloads.html)
+* [LibreOffice](http://libreoffice.org/) pour la conversion de documents
+* Java Runtime Environment >= 7
+
 
 ###  Recommandations pour le php.ini
 
-php > 5.6 : error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
+error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
 display_errors (On)
 short_open_tags (On)
 magic_quotes_gpc (Off)
 
 
+## Le coin des developpeurs
+[Maarch Developer handbook](http://wiki.maarch.org/Maarch_Courrier/1.5/fr/Install/DeveloperHandbook)
+
+
+