1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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