diff --git a/README.txt b/README.txt
index c10f458..f524469 100644
--- a/README.txt
+++ b/README.txt
@@ -12,9 +12,9 @@ http://drupal.org/node/109782
 
 Installation
 ============
-If you are using the rest server you will need to download the latest version of the following libraries
-* spyc - http://code.google.com/p/spyc/downloads/list
-* mimeparse - http://code.google.com/p/mimeparse/downloads/list
+If you are using the rest server you will need to download the latest version of SYPC and Mimeparse:
+wget http://spyc.googlecode.com/svn/trunk/spyc.php -O  servers/rest_server/lib/spyc.php
+wget http://mimeparse.googlecode.com/svn/trunk/mimeparse.php -O servers/rest_server/lib/mimeparse.php
 
 Once downloaded you need to add spyc.php and mimeparse.php to the rest_server/lib folder which exists under
 the location you have installed services in.