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:
parent
d226b8f258
commit
ddd6c9ceb3
@ -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