Skip to content

Commit

Permalink
adjusting readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Nov 30, 2017
1 parent f4a8ba6 commit b4045c8
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,16 @@ ComfyBlog is a simple blog management engine for [ComfortableMexicanSofa](https:
[![Code Climate](https://img.shields.io/codeclimate/maintainability/comfy/comfy-blog.svg?style=flat)](https://codeclimate.com/github/comfy/comfy-blog)
[![Coverage Status](https://img.shields.io/coveralls/comfy/comfy-blog.svg?style=flat)](https://coveralls.io/r/comfy/comfy-blog?branch=master)

## Dependencies

## !!! NOTE !!!

THis is master branch that only works with currently unreleased version 2.0 of CMS and Rails 5.2

If you want to use it with bleeding-edge Rails, add this to your Gemfile:

```ruby
gem "rails",
github: "rails/rails"
gem "arel",
github: "rails/arel"

# There's no gem published for Bootstrap4 just yet
gem "bootstrap_form",
github: "bootstrap-ruby/rails-bootstrap-forms",
branch: "bootstrap-v4"

gem "comfortable_mexican_sofa",
github: "comfy/comfortable-mexican-sofa"
gem "comfy_blog",
github: "comfy/comfy-blog"
```

## Features

* Ability to set up multiple blogs per site
* User defined layout per blog
Make sure that you have [ComfortableMexicanSofa](https://github.com/comfy/comfortable-mexican-sofa) installed first.

## Installation

Add gem definition to your Gemfile:

```ruby
gem 'comfy_blog', '~> 1.12.0'
gem 'comfy_blog', '~> 2.0.0'
```

Then from the Rails project's root run:
Expand Down

0 comments on commit b4045c8

Please sign in to comment.