Browse code

Cleanup README

John Hawthorn authored on 20/10/2017 17:06:31
Showing 1 changed files

... ...
@@ -41,6 +41,16 @@ Rather than clearing the screen, fzy displays its interface directly below the c
41 41
 The `PREFIX` environment variable can be used to specify the install location,
42 42
 the default is `/usr/local`.
43 43
 
44
+### MacOS
45
+
46
+Using Homebrew
47
+
48
+    sudo brew install fzy
49
+
50
+Using MacPorts
51
+
52
+    sudo port install fzy
53
+
44 54
 ### Ubuntu/Debian 64-bit
45 55
 
46 56
     wget https://github.com/jhawthorn/fzy/releases/download/0.9/fzy_0.9-1_amd64.deb
... ...
@@ -57,11 +67,6 @@ fzy is available
57 67
 with a very simple
58 68
 [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fzy)
59 69
 
60
-### MacOS
61
-
62
-    brew install fzy  # Homebrew
63
-    sudo port install fzy  # MacPorts
64
-
65 70
 ## Usage
66 71
 
67 72
 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).