mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
#501: Split Ubuntu and OS X installation instructions
This commit is contained in:
parent
c3709682d5
commit
cfa73f10d6
11
README.md
11
README.md
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user