Skip to content

Commit b4045c8

Browse files
committed
adjusting readme
1 parent f4a8ba6 commit b4045c8

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,16 @@ ComfyBlog is a simple blog management engine for [ComfortableMexicanSofa](https:
99
[![Code Climate](https://img.shields.io/codeclimate/maintainability/comfy/comfy-blog.svg?style=flat)](https://codeclimate.com/github/comfy/comfy-blog)
1010
[![Coverage Status](https://img.shields.io/coveralls/comfy/comfy-blog.svg?style=flat)](https://coveralls.io/r/comfy/comfy-blog?branch=master)
1111

12+
## Dependencies
1213

13-
## !!! NOTE !!!
14-
15-
THis is master branch that only works with currently unreleased version 2.0 of CMS and Rails 5.2
16-
17-
If you want to use it with bleeding-edge Rails, add this to your Gemfile:
18-
19-
```ruby
20-
gem "rails",
21-
github: "rails/rails"
22-
gem "arel",
23-
github: "rails/arel"
24-
25-
# There's no gem published for Bootstrap4 just yet
26-
gem "bootstrap_form",
27-
github: "bootstrap-ruby/rails-bootstrap-forms",
28-
branch: "bootstrap-v4"
29-
30-
gem "comfortable_mexican_sofa",
31-
github: "comfy/comfortable-mexican-sofa"
32-
gem "comfy_blog",
33-
github: "comfy/comfy-blog"
34-
```
35-
36-
## Features
37-
38-
* Ability to set up multiple blogs per site
39-
* User defined layout per blog
14+
Make sure that you have [ComfortableMexicanSofa](https://github.com/comfy/comfortable-mexican-sofa) installed first.
4015

4116
## Installation
4217

4318
Add gem definition to your Gemfile:
4419

4520
```ruby
46-
gem 'comfy_blog', '~> 1.12.0'
21+
gem 'comfy_blog', '~> 2.0.0'
4722
```
4823

4924
Then from the Rails project's root run:

0 commit comments

Comments
 (0)