1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

Merge pull request #101 from scott-abernethy/brew-install

Brew installation note in README
This commit is contained in:
Vladimir Iakovlev 2015-04-22 23:05:25 +02:00
commit 61eab83789

View File

@ -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