doc fix: migrations - wordpressdotcom command

The new paths are what just worked for me. Was frustrating figuring it out, figured I'd share.
This commit is contained in:
Paul Oppenheim 2013-05-15 03:32:17 -07:00
parent 8877d0db66
commit 98f8ee31e3
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ Next, export your blog using the Wordpress export utility. Assuming that the
exported file is saved as `wordpress.xml`, here is the command you need to run: exported file is saved as `wordpress.xml`, here is the command you need to run:
{% highlight bash %} {% highlight bash %}
$ ruby -rubygems -e 'require "jekyll/migrators/wordpressdotcom"; $ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpressdotcom";
Jekyll::WordpressDotCom.process("wordpress.xml")' JekyllImport::WordpressDotCom.process("wordpress.xml")'
{% endhighlight %} {% endhighlight %}
<div class="note"> <div class="note">