1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

update install guide for Linux Mint

on Mint I had to install python3-setuptools package too
This commit is contained in:
Přemek Vyhnal 2018-10-25 14:44:59 +02:00 committed by GitHub
parent d226b8f258
commit ddd6c9ceb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```