summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-04-24 13:58:46 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-04-24 14:10:40 -0700
commit62d3fa90c4be659cead25fbe16ad696c832c7160 (patch)
tree667f1262ecf798d97789cb3c651106bda36f9845 /README.md
parent1e67f03e61067db7833305d0d1e3119227d170b9 (diff)
Add homebrew instructions to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb36930..ea0b6a9 100644
--- a/README.md
+++ b/README.md
@@ -33,12 +33,19 @@ Rather than clearing the screen, fzy displays its interface directly below the c
## Installation
- $ make
- $ sudo make install
+### From source
+
+ make
+ sudo make install
The `PREFIX` environment variable can be used to specify the install location,
the default is `/usr/local`.
+### OS X via Homebrew
+
+ brew tap jhawthorn/fzy
+ brew install fzy
+
## Usage
fzy is a drop in replacement for [selecta](https://github.com/garybernhardt/selecta), and can be used with its [usage examples](https://github.com/garybernhardt/selecta#usage-examples).