mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
1a6a6d4a1c
Moving platform specific build instructions to the wiki, to keep the README brief.
351 B
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