diff --git a/README.txt b/README.txt
index 38d62ad..295551d 100644
--- a/README.txt
+++ b/README.txt
@@ -12,11 +12,20 @@ http://drupal.org/node/109782
 
 Installation
 ============
-If you are using the rest server you will need to download the latest version of SPYC:
-wget https://raw.github.com/mustangostang/spyc/master/Spyc.php -O  servers/rest_server/lib/spyc.php
+To get YAML support for the REST server you will need to install 
+the libraries module > 2.x. http://drupal.org/project/libraries
+Please also download the latest version of SPYC. You can either 
+use drush make or manually download the library. 
 
-Once downloaded you need to add spyc.php to the rest_server/lib folder which exists under
-the location you have installed services in.
+> drush make (executed from the website root)
+drush make --no-core sites/all/modules/services/services.make
+
+> wget 
+ wget https://raw.github.com/mustangostang/spyc/master/Spyc.php -P sites/all/libraries/spyc
+
+> manual
+Download Spyc.php from https://raw.github.com/mustangostang/spyc/master/Spyc.php 
+and upload it to your site so it is at sites/all/libraries/spyc/Spyc.php
