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:
parent
bc84757e41
commit
18a708984c
8 changed files with 32 additions and 3 deletions
16
readme.md
16
readme.md
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue