mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-07 20:34:02 +01:00
update install guide for Linux Mint (#852)
on Mint I had to install python3-setuptools package too
This commit is contained in:
committed by
Vladimir Iakovlev
parent
e6be00a63b
commit
b08aec02f5
@@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user