diff --git a/site/docs/migrations.md b/site/docs/migrations.md index 431e2a8b..12290e29 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -24,6 +24,15 @@ Jekyll's standard command line interface. $ gem install jekyll-import --pre {% endhighlight %} +
If you are importing your blog from Drupal 6,7, Joomla, + Mephisto, Movable Type, Textpattern, or Typo (with mysql db), you need to install + `mysql` and `sequel` gems. If you are importing from a WordPress database, you + need to install `mysql2` and `sequel` gems, and if you are importing from Enki + or Typo (with postgresql db) you need to install `pg` and `sequel` gems.
+