Browse code

Add homebrew instructions to README

John Hawthorn authored on 24/04/2016 20:58:46
Showing 1 changed files

... ...
@@ -33,12 +33,19 @@ Rather than clearing the screen, fzy displays its interface directly below the c
33 33
 
34 34
 ## Installation
35 35
 
36
-    $ make
37
-    $ sudo make install
36
+### From source
37
+
38
+    make
39
+    sudo make install
38 40
 
39 41
 The `PREFIX` environment variable can be used to specify the install location,
40 42
 the default is `/usr/local`.
41 43
 
44
+### OS X via Homebrew
45
+
46
+    brew tap jhawthorn/fzy
47
+    brew install fzy
48
+
42 49
 ## Usage
43 50
 
44 51
 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).