summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2013-10-24 12:25:19 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2013-10-24 12:27:32 +0900
commit0c438111e0e17739a24b9809990318ad63facf6e (patch)
tree7421bca0ab755dd248907b1d8475d7c10dd6aa05
parent0165dc87a71ec0938bb481b9853621d45651fffa (diff)
Ruby requirement
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 60858494..62e37746 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,15 @@
-fzf: fuzzy finder for your shell
-================================
+fzf - Fuzzy finder for your shell
+=================================
fzf is a general-purpose fuzzy finder for your shell.
-It was heavily inspired by [ctrlp.vim](https://github.com/kien/ctrlp.vim).
+It was heavily inspired by [ctrlp.vim](https://github.com/kien/ctrlp.vim) and
+the likes.
Requirements
------------
-fzf requires Ruby.
+fzf requires Ruby (>= 1.8.5).
Installation
------------
@@ -86,8 +87,8 @@ The following readline key bindings should also work as expected.
- CTRL-B / CTRL-F
- CTRL-W / CTRL-U
-Useful bash binding and settings
---------------------------------
+Useful bash bindings and settings
+---------------------------------
```sh
# vimf - Open selected file in Vim