From 18a708984ce40b5053ee6db5ff337e4ea9df986b Mon Sep 17 00:00:00 2001 From: djones Date: Tue, 7 Sep 2010 16:17:26 +1200 Subject: added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions --- readme.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index a82b4dc..5a3c2a6 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,15 @@ -Blog plugin redux \ No newline at end of file +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 \ No newline at end of file -- cgit v1.2.3