# HG changeset patch # User Edho Arief # Date 1367942205 -32400 # Node ID de168fde2df2af73687cb72d49415016b451d965 # Parent d4cf49db9c4938f11d74bc0a8385416a0f126c02 Updated README. diff -r d4cf49db9c49 -r de168fde2df2 README.md --- a/README.md Wed May 08 00:29:54 2013 +0900 +++ b/README.md Wed May 08 00:56:45 2013 +0900 @@ -1,12 +1,12 @@ Zeropaste ========= -A pastebin without any feature (other than creating pastes). +A pastebin with some features: create and destroy (with key) pastes. The one running on [0paste.com](http://0paste.com). Requirements: -* Rubinius 2.0 (Ruby 1.8/1.9 should also work) +* Ruby 1.9 or up (JRuby 1.7 and Rubinius 2.0 should also work) * MySQL (nothing MySQL specific - can be easily changed if you know what you're doing) * Ruby Bundler @@ -19,6 +19,11 @@ * nginx +Installation +------------ + +Left as an exercise. + Misc ----