From 81a2c2030b61675eedc726688849f1261b31437a Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Thu, 19 May 2016 09:30:23 -0700 Subject: Update install instructions and add rpm --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fb3a69e..c5ad03a 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,13 @@ the default is `/usr/local`. ### Ubuntu/Debian 64-bit - wget https://github.com/jhawthorn/fzy/releases/download/0.3/fzy_0.3-1_amd64.deb - sudo dpkg -i fzy_0.3-1_amd64.deb + wget https://github.com/jhawthorn/fzy/releases/download/0.4/fzy_0.4-1_amd64.deb + sudo dpkg -i fzy_0.4-1_amd64.deb + +### Fedora/Redhat/CentOS + + wget https://github.com/jhawthorn/fzy/releases/download/0.4/fzy-0.4-1.x86_64.rpm + sudo rpm -i fzy-0.4-1.x86_64.rpm ### Arch Linux -- cgit v1.2.3