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:
parent
c205683a8d
commit
aa45585601
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user