This commit is contained in:
Brian Barto 2017-01-11 20:39:37 -05:00
commit 55cac26989
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: