diff --git a/INSTALL.fr.md b/INSTALL.fr.md
index 320f5f10b0e5a48f9c59c8bc48d17037c51afd01..49b163deefc3ccfb7789347bd4f10790f3b7bb26 100644
--- a/INSTALL.fr.md
+++ b/INSTALL.fr.md
@@ -8,7 +8,7 @@ Sauf indiqué, cette procédure prends en compte par défaut les distributions G
 apt-get install python-software-properties php5 php5-gd php5-imagick php5-xdebug php-pear php5-mysql php5-xhprof graphviz apache2 mysql-server libapache2-mod-php5 git php5-mcrypt php5-curl yaz
 ```
 
-## Debian Wheezy
+## Debian Wheezy-Jessie
 ```
 apt-get install php5 php5-gd php5-imagick php5-xdebug php-pear php5-mysql graphviz apache2 mysql-server libapache2-mod-php5 git php5-mcrypt php5-curl yaz
 ```		
@@ -88,7 +88,7 @@ php5enmod calendar curl gd gettext iconv mcrypt mysql pdo_mysql openssl soap ima
 
 ## Configurer Apache
 
-Dans la conf Apache, supprimer l'option Indexes (listing des fichiers) et autoriser les .htaccess: 
+Dans la conf Apache (/etc/apache2/sites-available/votre-site.conf), supprimer l'option Indexes (listing des fichiers) et autoriser les .htaccess: 
 
 ```
 <Directory /var/www/>
@@ -118,7 +118,7 @@ chmod -R 777 opacce/temp
   
 # Configuration MySQL
   
-Modifier /etc/mysql/my.cnf et ajouter dans la section et forcer l'indexation fulltext à partir de 1 lettre dans la section [mysqld]
+Modifier /etc/mysql/my.cnf pour forcer l'indexation fulltext à partir de 1 lettre : ajouter dans la section [mysqld] :
 
 ```
 ft_min_word_len = 1