1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-07 12:23:59 +01:00

Added Arch based installation (#1319)

Co-authored-by: Dan <dan@arch.localdomain>
This commit is contained in:
Dan
2022-08-31 15:42:41 -03:00
committed by GitHub
parent f9768cf929
commit 56c16b737f

View File

@@ -137,6 +137,11 @@ On ChromeOS, install *The Fuck* using [chromebrew](https://github.com/skycocker/
crew install thefuck
```
On Arch based systems, install *The Fuck* with the following command:
```
sudo pacman -S thefuck
```
On other systems, install *The Fuck* by using `pip`:
```bash