summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2018-09-23 12:27:17 -0700
committerGitHub <noreply@github.com>2018-09-23 12:27:17 -0700
commit96204193b5d1a1a6475d183475f04541e0f0c45f (patch)
tree9b6584eb9382e99a170441f2f5338db06b150ecd
parent5229c6d591465f25fa5b27f2e4b564b9543ced9e (diff)
Rewrite installation section on README
-rw-r--r--README.md49
1 files changed, 16 insertions, 33 deletions
diff --git a/README.md b/README.md
index e6b3db0..605ff78 100644
--- a/README.md
+++ b/README.md
@@ -33,52 +33,35 @@ Rather than clearing the screen, fzy displays its interface directly below the c
## Installation
-### From source
-
- make
- sudo make install
-
-The `PREFIX` environment variable can be used to specify the install location,
-the default is `/usr/local`.
-
-### Arch Linux/MSYS2
-
-fzy is available in the `community` repo.
-
- 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
-
-### FreeBSD
+**macOS**
- pkg install fzy
+Using Homebrew
-### Gentoo Linux
+ brew install fzy
-fzy is available in the main repo.
+Using MacPorts
- emerge -av app-shells/fzy
+ sudo port install fzy
-### macOS
+**Arch Linux/MSYS2**: `pacman -S fzy`
-Using Homebrew
+**FreeBSD**: `pkg install fzy`
- brew install fzy
+**Gentoo Linux**: `emerge -av app-shells/fzy`
-Using MacPorts
+**Ubuntu/Debian 64-bit**: `apt-get install fzy`
- sudo port install fzy
+**pkgsrc (NetBSD and others)**: `pkgin install fzy`
-### Ubuntu/Debian 64-bit
+**openSUSE**: `zypper in fzy`
- 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
+### From source
-### pkgsrc (NetBSD and others)
+ make
+ sudo make install
- sudo pkgin install fzy
+The `PREFIX` environment variable can be used to specify the install location,
+the default is `/usr/local`.
## Usage