#501: Deprecate installation script

This commit is contained in:
nvbn
2016-05-09 18:54:40 +03:00
parent 9e39bcd55c
commit 15bcd7f03f
3 changed files with 10 additions and 92 deletions
+8 -8
View File
@@ -96,21 +96,21 @@ Reading package lists... Done
## Installation
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
On Ubuntu you can install `The Fuck` with:
```bash
sudo apt update
sudo apt install python3-dev python3-pip
sudo -H pip3 install thefuck
```
Install `The Fuck` with `pip`:
On other systems you can install `The Fuck` with `pip`:
```bash
sudo -H pip install thefuck