summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).