summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2018-05-17 17:28:25 -0700
committerGitHub <noreply@github.com>2018-05-17 17:28:25 -0700
commitd8cee425ea4258ed7f0bc31aebf3694b8fa1eb57 (patch)
treeb4cb404a11d97f505240e8397ff31120040ae544
parent2be07b5ff2ee92eebbc5984dbbb5d98d3270e318 (diff)
parent962c569203745490d944ac063921efda6e908ce1 (diff)
Merge pull request #79 from 0mp/patch-1
Add FreeBSD installation instructions
-rw-r--r--README.md36
1 files changed, 20 insertions, 16 deletions
diff --git a/README.md b/README.md
index b2dd47f..5a6b8b6 100644
--- a/README.md
+++ b/README.md
@@ -41,30 +41,19 @@ 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
-
- brew install fzy
-
-Using MacPorts
-
- sudo port install fzy
+### Arch Linux/MSYS2
-### Ubuntu/Debian 64-bit
+fzy is available in the `community` repo.
- wget https://github.com/jhawthorn/fzy/releases/download/0.9/fzy_0.9-1_amd64.deb
- sudo dpkg -i fzy_0.9-1_amd64.deb
+ sudo pacman -S fzy
### Fedora/Redhat/CentOS
sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.9/fzy-0.9-1.x86_64.rpm
-### Arch Linux/MSYS2
-
-fzy is available in the `community` repo.
+### FreeBSD
- sudo pacman -S fzy
+ pkg install fzy
### Gentoo Linux
@@ -72,6 +61,21 @@ fzy is available in the main repo.
emerge -av app-shells/fzy
+### macOS
+
+Using Homebrew
+
+ 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
+ sudo dpkg -i fzy_0.9-1_amd64.deb
+
### pkgsrc (NetBSD and others)
sudo pkgin install fzy