From b289799e868ae2b8a74ce3786333117a98ae910a Mon Sep 17 00:00:00 2001 From: djones Date: Tue, 14 Sep 2010 14:43:00 +1200 Subject: update formatting of readme --- readme.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 5a3c2a6..d182335 100644 --- a/readme.md +++ b/readme.md @@ -1,15 +1,19 @@ -Install +# About -Open up your GemFile and add at the bottom this line +Basic blog plugin for Refinery CMS. It supports posts, categories and comments (with the option of moderation). -gem 'refinerycms-blog', '= 1.0.rc6' +# Install + +Open up your ``Gemfile`` and add at the bottom this line + + gem 'refinerycms-blog', '= 1.0.rc9' Now run ``bundle install`` -Next to install it run: +Next to install the blog plugin run: -ruby script/generate refinery_blog + ruby script/generate refinery_blog -Finally migration your database and you're done. +Finally migrate your database and you're done. -rake db:migrate \ No newline at end of file + rake db:migrate \ No newline at end of file -- cgit v1.2.3