Update README.md

This commit is contained in:
Mike Arpaia 2014-08-20 00:55:48 -07:00
parent ca37f1a278
commit 11271f2f99

View File

@ -1,5 +1,10 @@
## Deployling on OS X
To package an OS X distribution, use the
Run `make package` to build all of the code and create a new OS X package.
To modify the OS X distribution files/settings/etc, use the
[Packages](http://s.sudre.free.fr/Software/Packages/about.html) tool to open
`osquery.pkgproj`.
`osquery.pkgproj`. Note that the [Packages](http://s.sudre.free.fr/Software/Packages/about.html)
tool is a requirement for `make package` to work as well, since it uses the `packagesbuild`
command-line tool, which is installed with the [Packages](http://s.sudre.free.fr/Software/Packages/about.html)
distribution.