aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
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