Skip to content

Commit

Permalink
Simplify instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed Mar 25, 2013
1 parent 8a0b59f commit 408dfa0
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,19 @@ This extension provides an inline rich-text editor for Spree. It implements diff
gem 'spree_editor', :github => 'spree/spree_editor'
```

2. Select CKEditor or TinyMCE to use for an editor, and add the appropriate gem to your Gemfile:

```ruby
gem 'ckeditor'
```

or

```ruby
gem 'tinymce-rails', '>= 3.4.7.0.1'`
```

3. Install the gems:
2. Install the gems:

```shell
bundle install
```

4. Install the assets:
3. Install the assets:

```shell
rails g spree_editor:install
```

5. If using CKEditor, and would like to enable file uploads run the ckeditor generator:
4. If using CKEditor, and would like to enable file uploads run the ckeditor generator:

```shell
rails generate ckeditor:install --orm=active_record --backend=paperclip
Expand Down

0 comments on commit 408dfa0

Please sign in to comment.