1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-22 12:58:33 +00:00

update install guide for Linux Mint (#852)

on Mint I had to install python3-setuptools package too
This commit is contained in:
Přemek Vyhnal 2018-10-30 21:49:42 +01:00 committed by Vladimir Iakovlev
parent e6be00a63b
commit b08aec02f5

View File

@ -105,10 +105,10 @@ On OS X, you can install *The Fuck* via [Homebrew][homebrew]:
brew install thefuck
```
On Ubuntu, install *The Fuck* with the following commands:
On Ubuntu / Mint, install *The Fuck* with the following commands:
```bash
sudo apt update
sudo apt install python3-dev python3-pip
sudo apt install python3-dev python3-pip python3-setuptools
sudo pip3 install thefuck
```