aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index d0c4f42..695397a 100644
--- a/readme.md
+++ b/readme.md
@@ -38,6 +38,18 @@ Finally seed your database and you're done.
rake db:seed
+## Visual Editor
+
+By default, this extension does not require any particular visual editor.
+Previously, Refinery was coupled to WYMeditor but this has been extracted to an
+extension, [refinerycms-wymeditor](https://github.com/parndt/refinerycms-wymeditor).
+
+If you want to use `refinerycms-wymeditor`, simply place it in your Gemfile:
+
+```ruby
+gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.6']
+```
+
## Developing & Contributing
The version of Refinery to develop this engine against is defined in the gemspec. To override the version of refinery to develop against, edit the project Gemfile to point to a local path containing a clone of refinerycms.