From 9a1079253cc162880e81c8148f58bc13feb1d2dc Mon Sep 17 00:00:00 2001 From: Nicola Stanislao Vitale Date: Mon, 29 May 2023 21:22:26 +0200 Subject: [PATCH] Add instructions for installation on FreeBSD --- INSTALL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index baf5c5b..a965d37 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -63,3 +63,15 @@ If you're on OS X, you can install transcrypt directly via [Homebrew](http://brew.sh/): $ brew install transcrypt + +### FreeBSD + +If you're on FreeBSD, you can install transcrypt directly via the Ports +collection: + + # `cd /usr/ports/security/transcrypt && make install clean distclean` + +or via the packages system: + + # `pkg install -y security/transcrypt` +