Install curses gem when not found (#14)

This commit is contained in:
Junegunn Choi
2013-12-26 01:06:46 +09:00
parent 33b28be941
commit 3b668ed448
3 changed files with 17 additions and 7 deletions

View File

@@ -11,7 +11,8 @@ the likes.
Requirements
------------
fzf requires Ruby (>= 1.8.5).
fzf requires Ruby (>= 1.8.5). 'curses' gem is required for [Ruby 2.1 or
above](https://bugs.ruby-lang.org/issues/8584).
Installation
------------