summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2017-10-20 10:06:31 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2017-10-20 10:06:43 -0700
commitc4805056df969962f5f7361db73fff5e8b14eb6d (patch)
tree05929f122daba51920d5203c61d859b35f5239c1 /README.md
parent1e48bbe4d5a7a7c315ed7cbc1824b366e0a9f03c (diff)
Cleanup README
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 26587e8..1163e67 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,16 @@ Rather than clearing the screen, fzy displays its interface directly below the c
The `PREFIX` environment variable can be used to specify the install location,
the default is `/usr/local`.
+### MacOS
+
+Using Homebrew
+
+ sudo brew install fzy
+
+Using MacPorts
+
+ sudo port install fzy
+
### Ubuntu/Debian 64-bit
wget https://github.com/jhawthorn/fzy/releases/download/0.9/fzy_0.9-1_amd64.deb
@@ -57,11 +67,6 @@ fzy is available
with a very simple
[PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fzy)
-### MacOS
-
- brew install fzy # Homebrew
- sudo port install fzy # MacPorts
-
## 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).