mirror of
https://github.com/nvbn/thefuck.git
synced 2026-02-08 00:32:18 +00:00
Updated Installation (markdown)
@@ -32,9 +32,13 @@ sudo port install thefuck
|
||||
|
||||
:exclamation: Do not use `sudo easy_install pip`, it does not work on Ubuntu.
|
||||
|
||||
Apt (easier):
|
||||
```bash
|
||||
sudo apt install thefuck
|
||||
# or to get the newest version
|
||||
```
|
||||
|
||||
Python (latest version):
|
||||
```bash
|
||||
sudo apt install python3-dev python3-pip python3-setuptools
|
||||
sudo pip3 install thefuck
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user