From 962c569203745490d944ac063921efda6e908ce1 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 17 May 2018 13:11:59 +0200 Subject: Add FreeBSD installation instructions While here, sort the list of distros and operating systems. --- README.md | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3