Merge pull request #40 from dbaio/master

Add install instructions for FreeBSD
This commit is contained in:
Brian Barto 2016-10-30 10:17:08 -04:00 committed by GitHub
commit e77d50c6ea
1 changed files with 13 additions and 0 deletions

View File

@ -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: