1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Add installation instructions on FreeBSD (#770)

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-10 15:31:38 -05:00 committed by Vladimir Iakovlev
parent c205683a8d
commit aa45585601

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