osquery-1/docs/wiki/installation/install-freebsd.md
Mike Arpaia 1a6a6d4a1c README updates
Moving platform specific build instructions to the wiki, to keep the
README brief.
2015-07-01 23:47:41 -07:00

351 B

FreeBSD

The easiest way to install osquery on FreeBSD is via the ports tree. Check FreshPorts for the latest version information.

# from ports
cd /usr/ports/sysutils/osquery && make install clean

# from binary package
pkg install osquery

# using portmaster
portmaster sysutils/osquery