From c5c9ced2491be9d8fc931f71c321f07350b1e6bb Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio (dbaio)" Date: Sun, 30 Oct 2016 10:54:37 -0200 Subject: [PATCH] Add install instructions for FreeBSD --- INSTALL.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 943a75b..ba580d2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -82,6 +82,19 @@ Once Homebrew is installed, you can install no-more-secrets: brew install no-more-secrets ``` +#### FreeBSD + +To install the port: +``` +cd /usr/ports/misc/nms/ +make install clean +``` + +To add the package: +``` +pkg install nms +``` + #### Generic Instructions First, make sure you have the ncurses header installed: