1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge pull request #1915 from mcrampon/update-readline-fix-link

Update link to Readline fix
This commit is contained in:
Kyrylo Silin 2018-12-21 18:58:27 +08:00 committed by GitHub
commit dc8a191cae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,7 @@ you can add "Pry.config.windows_console_warning = false" to your pryrc.
warn <<-EOT
Readline version #{Readline::VERSION} detected - will not auto_resize! correctly.
For the fix, use GNU Readline instead:
https://github.com/guard/guard/wiki/Add-proper-Readline-support-to-Ruby-on-Mac-OS-X
https://github.com/guard/guard/wiki/Add-Readline-support-to-Ruby-on-Mac-OS-X
EOT
return
end