Skip to content

Commit

Permalink
Updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Leigh Caplan committed Nov 1, 2010
1 parent 10ae6b0 commit 3e17d0c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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!

0 comments on commit 3e17d0c

Please sign in to comment.