1
0
mirror of https://github.com/nvbn/thefuck.git synced 2026-02-08 00:32:18 +00:00

Updated Installation (markdown)

92
2025-03-15 06:46:28 +09:00
parent 83a92d51d4
commit 6f61b8864c

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