diff --git a/README.txt b/README.txt
index ffbd077..a65808c 100644
--- a/README.txt
+++ b/README.txt
@@ -7,6 +7,26 @@ Gets your D7 install configured to insert images into a text area via ckeditor.
 
 == What do you need to do ==
 
+The easiest way to get up and running is with drush make. You'll need the following two projects.
+
+* Drush: http://drupal.org/project/drush
+* Drush Make: http://drupal.org/project/drush_make
+
+Once you've got drush and drush make installed grab the media_dev_stub.make file and run
+
+  drush make media_dev_stub.make media_dev
+
+
+This will download everything (including Drupal core) into a directory named media_dev.
+
+If you've already got a copy of Drupal core and just want to use the media_dev profile you can use
+
+  drush make media_dev.make
+
+To download just the necessary modules and not Drupal itself.
+
+Failing that, you can also do the same thing the incredibly painful way:
+
 Get the modules
 cvs -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d styles -r DRUPAL-7--1 contributions/modules/styles
 
