summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-04-26 12:21:07 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-04-26 12:21:44 -0700
commit80f29ee9e94cb66da255540c16820aec772b83a9 (patch)
tree6903fb98d779a0868972ed94677bc4854e281a2b /README.md
parentb749877e5ea0d1112025c9c77852094d7c4b01dc (diff)
Add installation for Debian/Ubuntu 64-bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index fedfb78..c743312 100644
--- a/README.md
+++ b/README.md
@@ -41,12 +41,17 @@ 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`.
+### 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
+
### Arch Linux
fzy is available
[in the AUR](https://aur.archlinux.org/packages/fzy/)
with a very simple
-[PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fzy).
+[PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fzy)
### OS X via Homebrew