diff --git a/README.txt b/README.txt
index 7e57d6d..43087d5 100644
--- a/README.txt
+++ b/README.txt
@@ -49,10 +49,26 @@ Installation
   Feeds News, Feeds Import, Feeds Fast News (more info below).
 - Make sure cron is correctly configured http://drupal.org/cron
 - Go to import/ to import data.
-- To use SimplePie parser, download either the compiled or minified SimplePie 
-  and place simplepie_[version].compiled.php into feeds/libraries as 
-  simplepie.compiled.php. Recommended version: 1.3.
-  http://simplepie.org/
+
+SimplePie Installation
+======================
+
+- To install the SimplePie parser plugin, complete the following steps:
+  1. Download SimplePie from http://simplepie.org/downloads. The recommended
+  version is: 1.3.
+  1. Decompress the downloaded zip file and change into the parent directory
+  (cd simplepie-simplepie-[commit-number]).
+  2. Generate the SimplePie.compiled.php file by executing the compile.php file.
+  Run the following command: php build/compile.php or suitable variation. The
+  newly created SimplePie.compiled.php is in the parent directory.
+  5. Rename the file to simplepie.compiled.php so that the Feeds
+  module will recognize it. Note: lowercase file name required.
+  6. Move the file into a simplepie directory within the libraries directory
+  so that the Feeds module can find it. Example path:
+  sites/all/libraries/simplepie
+  7. Browse and check the Drupal status report to make sure the installation
+  is successful or use drush: (drush status-report) In the drush output you
+  shoud see "SimpleXML OK Enabled".
 
 Feature modules
 ===============
