Skip to content

Commit

Permalink
update formatting of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djones committed Sep 14, 2010
1 parent a8504ad commit b289799
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions 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
rake db:migrate

0 comments on commit b289799

Please sign in to comment.