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

#650: #651: #646: Recommend to install thefuck globally

This commit is contained in:
Vladimir Iakovlev 2017-05-29 10:11:15 +02:00 committed by GitHub
parent c88b0792b8
commit e62666181a

View File

@ -106,13 +106,13 @@ On Ubuntu you can install `The Fuck` with:
```bash
sudo apt update
sudo apt install python3-dev python3-pip
pip3 install --user thefuck
sudo pip3 install thefuck
```
On other systems you can install `The Fuck` with `pip`:
```bash
pip install --user thefuck
pip install thefuck
```
[Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation)
@ -139,7 +139,7 @@ alias fuck-it='export THEFUCK_REQUIRE_CONFIRMATION=False; fuck; export THEFUCK_R
## Update
```bash
pip install --user thefuck --upgrade
pip install thefuck --upgrade
```
**Aliases changed in 1.34.**