added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions

This commit is contained in:
djones 2010-09-07 16:17:26 +12:00
parent bc84757e41
commit 18a708984c
8 changed files with 32 additions and 3 deletions

View file

@ -1 +1,15 @@
Blog plugin redux
Install
Open up your GemFile and add at the bottom this line
gem 'refinerycms-blog', '= 1.0.rc6'
Now run ``bundle install``
Next to install it run:
ruby script/generate refinery_blog
Finally migration your database and you're done.
rake db:migrate