summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-18 16:32:22 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-18 16:32:37 +0900
commit0a0955755a75ffffe4b37a74eb16cdd6e0fa3a1d (patch)
treee045c23610331df6131a92e1495235927a454427
parenta3101120fddd16eaef39e120d9e5678f46d28897 (diff)
Add note on installation
-rw-r--r--src/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
index 511b744d..8ed8309f 100644
--- a/src/README.md
+++ b/src/README.md
@@ -19,6 +19,9 @@ git pull
./install
```
+Otherwise, simply follow [the instruction][install] as before. You can also
+install fzf using Homebrew if you prefer that way.
+
Motivations
-----------
@@ -110,6 +113,7 @@ License
[MIT](LICENSE)
+[install]: https://github.com/junegunn/fzf#installation
[go]: https://golang.org/
[gil]: http://en.wikipedia.org/wiki/Global_Interpreter_Lock
[ncurses]: https://www.gnu.org/software/ncurses/