aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authordjones <dgjones@gmail.com>2010-09-14 14:43:00 +1200
committerdjones <dgjones@gmail.com>2010-09-14 14:43:00 +1200
commitb289799e868ae2b8a74ce3786333117a98ae910a (patch)
tree9e09c11a629ff004632e0b18f4a7d1a8e3f82c8d /readme.md
parenta8504adfd632a55ebe6b7adecc7676baba2c7a49 (diff)
downloadrefinerycms-blog-b289799e868ae2b8a74ce3786333117a98ae910a.tar.gz
refinerycms-blog-b289799e868ae2b8a74ce3786333117a98ae910a.tar.bz2
refinerycms-blog-b289799e868ae2b8a74ce3786333117a98ae910a.zip
update formatting of readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/readme.md b/readme.md
index 5a3c2a6..d182335 100644
--- a/readme.md
+++ b/readme.md
@@ -1,15 +1,19 @@
-Install
+# About
-Open up your GemFile and add at the bottom this line
+Basic blog plugin for Refinery CMS. It supports posts, categories and comments (with the option of moderation).
-gem 'refinerycms-blog', '= 1.0.rc6'
+# Install
+
+Open up your ``Gemfile`` and add at the bottom this line
+
+ gem 'refinerycms-blog', '= 1.0.rc9'
Now run ``bundle install``
-Next to install it run:
+Next to install the blog plugin run:
-ruby script/generate refinery_blog
+ ruby script/generate refinery_blog
-Finally migration your database and you're done.
+Finally migrate your database and you're done.
-rake db:migrate \ No newline at end of file
+ rake db:migrate \ No newline at end of file