diff --git a/Home.textile b/Home.textile index a5f41e9..6ef93fd 100644 --- a/Home.textile +++ b/Home.textile @@ -86,4 +86,11 @@ Autojump is also available on "*Macports*":https://trac.macports.org/browser/tru *Homebrew* has a formula for Autojump, simply ```brew install autojump``` +temporrary way io install autojump +```bash + +cd /usr/local +curl https://github.com/mxcl/homebrew/pull/9560.patch | git am +brew install autojump +``` I would be very interested by packages for other distros. If you think you can help me with the packaging, please contact me! Note that apart from bash(zsh) and python, autojump doesn't have any dependencies. \ No newline at end of file