Correction: fzf no longer depends on ncurses

This commit is contained in:
Junegunn Choi 2017-04-06 02:08:49 +09:00
parent 7c8f7d3f20
commit a50909e806
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -109,7 +109,7 @@ See [BUILD.md](BUILD.md).
Usage Usage
----- -----
fzf will launch curses-based finder, read the list from STDIN, and write the fzf will launch interactive finder, read the list from STDIN, and write the
selected item to STDOUT. selected item to STDOUT.
```sh ```sh