From 26a91aa69489d99cebbf1010c0e0d12739258364 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 15 Sep 2010 06:44:36 +0800 Subject: [PATCH] small updates to readme. --- README.markdown | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.markdown b/README.markdown index ce01543..9efd939 100644 --- a/README.markdown +++ b/README.markdown @@ -7,10 +7,12 @@ You can see an example of this service running at [➼.ws][example]. ## Installation + ### Clone $ git clone git://github.com/amdavidson/shorten.git + ### Install required gems $ gem install rack sinatra sequel anybase pg @@ -19,6 +21,18 @@ Optional: Install the [Heroku][heroku] gem if you want to deploy on Heroku. $ gem install heroku + +### Deploy + +In the application directory run the following commands + + $ heroku create + +Configure the application per below. + + $ git push heroku master + + ### Configure Open main.rb in your favorite editor and change this block: @@ -27,14 +41,9 @@ Open main.rb in your favorite editor and change this block: :service_name => "➼.ws", :button_text => "➼", :path_size => 4 - ) - -### Deploy - -In the application directory run the following commands - - $ heroku create - $ git push heroku master + ) + + ### Enjoy