Skip to content

Commit f04766a

Browse files
authored
Add instructions for installation on FreeBSD (#168)
1 parent 4488425 commit f04766a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

INSTALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,15 @@ If you're on OS X, you can install transcrypt directly via
6363
[Homebrew](http://brew.sh/):
6464

6565
$ brew install transcrypt
66+
67+
### FreeBSD
68+
69+
If you're on FreeBSD, you can install transcrypt directly via the Ports
70+
collection:
71+
72+
# `cd /usr/ports/security/transcrypt && make install clean distclean`
73+
74+
or via the packages system:
75+
76+
# `pkg install -y security/transcrypt`
77+

0 commit comments

Comments
 (0)