Skip to content

Commit 62d3fa9

Browse files
committed
Add homebrew instructions to README
1 parent 1e67f03 commit 62d3fa9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,19 @@ Rather than clearing the screen, fzy displays its interface directly below the c
3333

3434
## Installation
3535

36-
$ make
37-
$ sudo make install
36+
### From source
37+
38+
make
39+
sudo make install
3840

3941
The `PREFIX` environment variable can be used to specify the install location,
4042
the default is `/usr/local`.
4143

44+
### OS X via Homebrew
45+
46+
brew tap jhawthorn/fzy
47+
brew install fzy
48+
4249
## Usage
4350

4451
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).

0 commit comments

Comments
 (0)