summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-08-17 16:57:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-08-17 16:57:02 +0900
commit644277faf17de60125ccb095734628b49d962cd6 (patch)
tree390f968c400a0a1e39bf1dd231a5ac06fd13995d
parent0558dfee795c297abef27a3abaa232c73d8a042d (diff)
Linuxbrew can install fzf
Close #1017
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 43ffa71c..f55a5ae6 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Table of Contents
* [Installation](#installation)
* [Using git](#using-git)
- * [Using Homebrew](#using-homebrew)
+ * [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew)
* [As Vim plugin](#as-vim-plugin)
* [Windows](#windows)
* [Upgrading fzf](#upgrading-fzf)
@@ -83,9 +83,10 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
```
-### Using Homebrew
+### Using Homebrew or Linuxbrew
-On OS X, you can use [Homebrew](http://brew.sh/) to install fzf.
+Alternatively, you can use [Homebrew](http://brew.sh/) or
+[Linuxbrew](http://linuxbrew.sh/) to install fzf.
```sh
brew install fzf