From 3e17d0cf1dd3dae49fd7ef41e12650f9909c62f1 Mon Sep 17 00:00:00 2001 From: Leigh Caplan Date: Sun, 31 Oct 2010 19:42:48 -0700 Subject: [PATCH] Updated the readme --- README.rdoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rdoc b/README.rdoc index e69de29..cc4059c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -0,0 +1,15 @@ += Drag and Drop Example + +This is example code meant to accompany a recent Onehub blog post: +http://onehub.com/blog/posts/designing-an-html5-drag-drop-file-uploader-using-sinatra-and-jquery-part-1 + +== Getting Started + +The steps in the blog post are explicitly tagged, so the code included in the links won't change. If you'd like to get going with the latest version of this repo: + +1. +git clone git://github.com/texel/drag_drop_example.git+ +2. +sudo gem install bundler+ +3. +bundle install+ +4. +ruby app.rb+ + +That's it! Happy hacking! \ No newline at end of file