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

Brew installation note in README

This commit is contained in:
Scott Abernethy 2015-04-23 09:00:18 +12:00
parent e046d55de8
commit ca67080bd9

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