From 4bba916e0f4a54d98a3947df7e2d0714d92a8bab Mon Sep 17 00:00:00 2001 From: solusipse Date: Thu, 20 Dec 2018 14:15:52 +0100 Subject: [PATCH] Added instructions for FreeBSD Ports --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b49ec58..e3922d5 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,12 @@ To use fiche you have to have netcat installed. You probably already have it - t sudo make install ``` +### Using Ports on FreeBSD + +To install the port: `cd /usr/ports/net/fiche/ && make install clean`. To add the package: `pkg install fiche`. + +_See [#86](https://github.com/solusipse/fiche/issues/86) for more info._ + ------------------------------------------------------------------------------- ## Usage