Added instructions for FreeBSD Ports

This commit is contained in:
solusipse
2018-12-20 14:15:52 +01:00
committed by GitHub
parent 21ff9787e8
commit 4bba916e0f

View File

@@ -131,6 +131,12 @@ To use fiche you have to have netcat installed. You probably already have it - t
sudo make install 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 ## Usage