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

Add installation instructions on FreeBSD

misc/thefuck has recently been committed to the FreeBSD ports tree (https://svnweb.freebsd.org/ports?view=revision&revision=458123).
This commit is contained in:
Guangyuan (Charlie) Yang 2018-01-08 16:31:04 -05:00 committed by GitHub
parent c205683a8d
commit 08dd3c07a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,12 @@ sudo apt install python3-dev python3-pip
sudo pip3 install thefuck
```
On FreeBSD you can install `The Fuck` with:
```bash
sudo portsnap fetch update
cd /usr/ports/misc/thefuck && sudo make install clean
```
On other systems you can install `The Fuck` with `pip`:
```bash