aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authordjones <dgjones@gmail.com>2010-09-07 16:17:26 +1200
committerdjones <dgjones@gmail.com>2010-09-07 16:17:26 +1200
commit18a708984ce40b5053ee6db5ff337e4ea9df986b (patch)
treebcedb70a39d28798f4717dbefd54150ca03d2e4c /readme.md
parentbc84757e41578d68e12dc813d9be0c12ca191175 (diff)
downloadrefinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.tar.gz
refinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.tar.bz2
refinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.zip
added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
1 files changed, 15 insertions, 1 deletions
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