Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/README.txt,v
retrieving revision 1.18
diff -u -p -r1.18 README.txt
--- README.txt	5 Feb 2009 17:24:10 -0000	1.18
+++ README.txt	6 Apr 2009 21:53:45 -0000
@@ -16,7 +16,12 @@ included in this download. See Package M
 INSTALLATION
 ------------
 For Linux/Unix/Mac:
+The best way to install drush is to use cvs - this will make drush updates faster and easier. 
+
   1. Untar the tarball into a convenient folder (/path/to/drush)
+	alternatively (CVS) :
+	cd to  /path/to
+	cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d drush contributions/modules/drush/
   2. (optional, but recommended:) To ease the use of drush,
      - create a link to drush.php in a directory that is in your $PATH, e.g.:
        $ ln -s /path/to/drush/drush.php /usr/bin/drush
