1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Merge pull request #503 from scorphus/readme-osx

#501: Split Ubuntu and OS X installation instructions
This commit is contained in:
Vladimir Iakovlev 2016-05-09 15:14:05 +03:00
commit 9e39bcd55c

View File

@ -94,14 +94,20 @@ Reading package lists... Done
- pip
- python-dev
## Installation [*experimental*]
## Installation
On Ubuntu and OS X you can install `The Fuck` with installation script:
On Ubuntu you can install `The Fuck` with installation script [*experimental*]:
```bash
wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh - && $0
```
On OS X you can install `The Fuck` with [Homebrew][homebrew]:
```bash
brew install thefuck
```
## Manual installation
Install `The Fuck` with `pip`:
@ -373,3 +379,4 @@ Project License can be found [here](LICENSE.md).
[coverage-link]: https://coveralls.io/github/nvbn/thefuck
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg
[examples-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif
[homebrew]: http://brew.sh/