Skip to content

Commit

Permalink
Referencing the documentation for jekyll-import installation
Browse files Browse the repository at this point in the history
Currently, there are only beta releases of the jekyll-import gem, so to
install it, you have to do `gem install jekyll-import --pre`. Instead
of giving instructions that don't work right now, reference the
documentation. That way, this doesn't need to be updated again when
jekyll-import has a non-beta version; just the documentation will need
updating.
  • Loading branch information
carols10cents committed Oct 27, 2013
1 parent 727a705 commit f0d0cbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/jekyll
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ command :import do |c|
require 'jekyll-import'
rescue LoadError
msg = "You must install the 'jekyll-import' gem before continuing.\n"
msg += "* Do this by running `gem install jekyll-import`.\n"
msg += "* Or if you need root privileges, run `sudo gem install jekyll-import`."
msg += "* Please see the documentation at http://jekyllrb.com/docs/migrations/ for instructions.\n"
abort msg
end
Jekyll::Commands::Import.process(args.first, options)
Expand Down

0 comments on commit f0d0cbf

Please sign in to comment.