From ca67080bd9569c6b1096329f11a3661d0f78f3c9 Mon Sep 17 00:00:00 2001 From: Scott Abernethy Date: Thu, 23 Apr 2015 09:00:18 +1200 Subject: [PATCH] Brew installation note in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 650ea8d7..975bf1df 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,12 @@ If it fails try to use `easy_install`: sudo easy_install thefuck ``` +Or using an OS package manager (currently supported in OSX via [brew](http://brew.sh)): + +```bash +brew install thefuck +``` + And add to `.bashrc` or `.zshrc` or `.bash_profile`(for OSX): ```bash