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
|
- pip
|
||||||
- python-dev
|
- 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
|
```bash
|
||||||
wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh - && $0
|
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
|
## Manual installation
|
||||||
|
|
||||||
Install `The Fuck` with `pip`:
|
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
|
[coverage-link]: https://coveralls.io/github/nvbn/thefuck
|
||||||
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg
|
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg
|
||||||
[examples-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif
|
[examples-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif
|
||||||
|
[homebrew]: http://brew.sh/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user