1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

Update README.md

This commit is contained in:
Evan Pratten 2018-05-09 19:35:46 -04:00 committed by GitHub
parent d5cc7ec43b
commit a295523415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,11 @@ sudo portsnap fetch update
cd /usr/ports/misc/thefuck && sudo make install clean
```
On ChromeOS, install *The Fuck* using [chromebrew](https://github.com/skycocker/chromebrew) with the following command:
```bash
crew install thefuck
```
On other systems, install *The Fuck* by using `pip`:
```bash