File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,17 @@ This extension provides an inline rich-text editor for Spree. It implements diff
13
13
14
14
1 . Add the Spree Editor gem to your Gemfile:
15
15
16
- gem 'spree_editor', : git => 'git://raw.github.com/spree/spree_editor.git'
17
- gem 'tinymce-rails', '>= 3.4.7.0.1'
16
+ ` gem 'spree_editor', :git => 'git://raw.github.com/spree/spree_editor.git' `
17
+
18
+ ` gem 'tinymce-rails', '>= 3.4.7.0.1' `
18
19
19
20
2 . Install the gem:
20
21
21
- bundle install
22
+ ` bundle install `
22
23
23
24
3 . Install the assets:
24
25
25
- rails g spree_editor: install
26
+ ` rails g spree_editor:install `
26
27
27
28
* NOTE:* currently YUI Rich Editor is not yet 3.1 asset ready.
28
29
The only editors currently working on Spree 0.70.x are WYMEditor and TinyMCE.
You can’t perform that action at this time.
0 commit comments