Browse code

Add FreeBSD installation instructions

While here, sort the list of distros and operating systems.

Mateusz Piotrowski authored on 17/05/2018 11:11:59 • GitHub committed on 17/05/2018 11:11:59
Showing 1 changed files

... ...
@@ -41,30 +41,19 @@ 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
-    brew install fzy
49
-
50
-Using MacPorts
51
-
52
-    sudo port install fzy
44
+### Arch Linux/MSYS2
53 45
 
54
-### Ubuntu/Debian 64-bit
46
+fzy is available in the `community` repo.
55 47
 
56
-    wget https://github.com/jhawthorn/fzy/releases/download/0.9/fzy_0.9-1_amd64.deb
57
-    sudo dpkg -i fzy_0.9-1_amd64.deb
48
+    sudo pacman -S fzy
58 49
 
59 50
 ### Fedora/Redhat/CentOS
60 51
 
61 52
     sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.9/fzy-0.9-1.x86_64.rpm
62 53
 
63
-### Arch Linux/MSYS2
64
-
65
-fzy is available in the `community` repo.
54
+### FreeBSD
66 55
 
67
-    sudo pacman -S fzy
56
+    pkg install fzy
68 57
 
69 58
 ### Gentoo Linux
70 59
 
... ...
@@ -72,6 +61,21 @@ fzy is available in the main repo.
72 61
 
73 62
     emerge -av app-shells/fzy
74 63
 
64
+### macOS
65
+
66
+Using Homebrew
67
+
68
+    brew install fzy
69
+
70
+Using MacPorts
71
+
72
+    sudo port install fzy
73
+
74
+### Ubuntu/Debian 64-bit
75
+
76
+    wget https://github.com/jhawthorn/fzy/releases/download/0.9/fzy_0.9-1_amd64.deb
77
+    sudo dpkg -i fzy_0.9-1_amd64.deb
78
+
75 79
 ### pkgsrc (NetBSD and others)
76 80
 
77 81
     sudo pkgin install fzy