Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Apr 13, 2016
1 parent ad31d97 commit 3858e7e
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions readme.md
@@ -1,21 +1,22 @@
# Calendar extension for Refinery CMS.
# Refinery CMS Calendar extension

[![Build Status](https://travis-ci.org/refinery/refinerycms-calendar.svg?branch=master)](https://travis-ci.org/refinery/refinerycms-calendar)

## Install

## Installation
Add this line to your application's `Gemfile`

```ruby
# in Gemfile:
gem 'refinerycms-calendar', '~> 2.1.0'
gem 'refinerycms-calendar', '~> 3.0.0'
```

```
# in console:
Next run

bundle
rails g refinery:calendar
rake db:migrate db:seed db:test:prepare
```bash
bundle install
rails generate refinery:calendar
rake db:migrate
rake db:seed
```

Restart the server
Now when you start up your Refinery application.

0 comments on commit 3858e7e

Please sign in to comment.