fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit eb21b8ee3bc1061fe67cbdc5eaa890bc380e274a
parent 6d32baede18deb5407f730a092bb9f83ab2a963b
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Sat, 26 Jul 2014 23:38:18 -0700

Update README.md

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -5,3 +5,10 @@ A fuzzy text selector for terminals in C inspired by and [dmenu](http://tools.suckless.org/dmenu/) +## Installation + + $ make + $ sudo make install + +The `PREFIX` environment variable can be used to specify the install location, +the default is `/usr/local`.