From 55cb3546dfbe3ee29f06c1a455b1a5fb6d797ffa Mon Sep 17 00:00:00 2001 From: "Nick \"darkfiberiru\" Wolff" Date: Wed, 24 Apr 2019 12:17:01 -0400 Subject: [PATCH] Pkg should be recommend on freebsd to install (#905) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 55ef2b32..c3d3e9d9 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,7 @@ sudo pip3 install thefuck On FreeBSD, install *The Fuck* with the following commands: ```bash -sudo portsnap fetch update -cd /usr/ports/misc/thefuck && sudo make install clean +pkg install thefuck ``` On ChromeOS, install *The Fuck* using [chromebrew](https://github.com/skycocker/chromebrew) with the following command: