From aa4558560162d5c6ef760645d8ca7ec8f1acdc09 Mon Sep 17 00:00:00 2001 From: "Guangyuan (Charlie) Yang" Date: Wed, 10 Jan 2018 15:31:38 -0500 Subject: [PATCH] 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). --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7505717f..ec6549bc 100644 --- a/README.md +++ b/README.md @@ -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