summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-05-19 09:30:23 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-05-19 09:30:23 -0700
commit81a2c2030b61675eedc726688849f1261b31437a (patch)
tree83a6842cbf41d9a37a790b57508e393e75c39569 /README.md
parente62a3c6bbf4e0b3b731f18a940444e0a09d86af4 (diff)
Update install instructions and add rpm
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
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