diff --git a/README b/README
deleted file mode 100644
index dd27a2206358e1665655ac888118644032fd5646..0000000000000000000000000000000000000000
--- a/README
+++ /dev/null
@@ -1,12 +0,0 @@
-About Odoo
-----------
-
-Odoo is suite of OpenSource Business apps. More info at:
-
-    http://www.odoo.com
-
-Odoo git workflow
------------------
-
-    https://github.com/odoo/odoo/blob/master/doc/git.rst
-
diff --git a/INSTALL b/README.md
similarity index 51%
rename from INSTALL
rename to README.md
index bd277deca6baa45b54a3fd961f8fc5723e55f2b0..3451bdebf4acf60f6d0caec9510695a57248292b 100644
--- a/INSTALL
+++ b/README.md
@@ -1,13 +1,29 @@
-About OpenERP
--------------
+About Odoo
+==========
+
+Odoo is suite of OpenSource Business apps. More info at:
+
+    http://www.odoo.com
+
+Odoo git workflow
+=================
 
-OpenERP is an OpenSource/Free software Enterprise Resource Planning and
-Customer Relationship Management software. More info at:
+    https://github.com/odoo/odoo/blob/master/doc/git.rst
 
-    http://www.openerp.com
+Installation
+============
 
-Installation on Debian/Ubuntu
------------------------------
+System Requirements
+-------------------
+
+The dependencies are listed in setup.py
+
+For Luxembourg localization, you also need:
+
+ pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
+
+Debian/Ubuntu
+-------------
 
 Add the the apt repository
 
@@ -23,8 +39,8 @@ Or download the deb file and type:
     $ sudo dpkg -i <openerp-deb-filename>
     $ sudo apt-get install install -f
 
-Installation on RedHat, Fedora, CentOS
---------------------------------------
+RedHat, Fedora, CentOS
+----------------------
 
 Install the required dependencies:
 
@@ -36,37 +52,13 @@ Install the openerp rpm
 
     $ rpm -i openerp-VERSION.rpm
 
-Installation on Windows
------------------------
+Windows
+-------
 
     Check the notes in setup.py
 
-Installation on MacOSX
------------------------
-
-Setuping you first database
----------------------------
+Setting up your database
+------------------------
 
 Point your browser to http://localhost:8069/ and click "Manage Databases", the
 default master password is "admin".
-
-Detailed System Requirements
-----------------------------
-
-The dependencies are listed in setup.py
-
-For Luxembourg localization, you also need:
-
- pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
-
-OpenERP Web
------------
-
-The OpenERP Web Client supports the following web browsers:
-
-* Internet Explorer 9+
-* Google Chrome 22+
-* Firefox 13+
-* Any browser using the latest version of Chrome Frame
-
-