1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-22 12:58:33 +00:00

Update README.md

This commit is contained in:
Evan Pratten 2018-05-09 19:35:46 -04:00 committed by Pablo Aguiar
parent d5cc7ec43b
commit 97f2d743b3

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