summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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).