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 %} +
+
Jekyll-import requires you to manually install some dependencies.
+

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.

+
+ You should now be all set to run the importers below. If you ever get stuck, you can see help for each importer: