mention pry-coolline as an alternative when 'readline' is unavailable.

This commit is contained in:
Robert Gleeson 2014-02-03 13:54:39 +01:00
parent b4d805f63b
commit f4445df7d7
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ private
warn "Possible solutions:"
warn " * Rebuild Ruby with Readline support using `--with-readline`"
warn " * Use the rb-readline gem, which is a pure-Ruby port of Readline"
warn " * Use the pry-coolline gem, a pure-ruby alternative to Readline"
raise
end