From 62d3fa90c4be659cead25fbe16ad696c832c7160 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 24 Apr 2016 13:58:46 -0700 Subject: Add homebrew instructions to README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') 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). -- cgit v1.2.3