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:
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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user