Merge pull request #1291 from marpaia/readme-cleaning

README updates
This commit is contained in:
Mike Arpaia 2015-07-01 23:50:06 -07:00
commit 4ef32fc343
3 changed files with 17 additions and 31 deletions

View File

@ -15,7 +15,7 @@ RHEL 7.0 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildR
CentOS 6.5 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildCentOS6Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildCentOS6Package/) | | **Downloads:** | https://osquery.io/downloads
CentOS 7.0 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildCentOS7Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildCentOS7Package/) | | **Tables:** | https://osquery.io/tables
Ubuntu 12.04 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu12Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu12Package/) | | **Guide:** | https://osquery.readthedocs.org
Ubuntu 14.04 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu14Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu14Package/) | | **Homebrew:** | `brew install osquery`
Ubuntu 14.04 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu14Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu14Package/) | | |
OS X 10.10 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildOSXPackage/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildOSXPackage/) | | |
#### What is osquery?
@ -77,36 +77,7 @@ These queries can be:
#### Downloads / Install
For latest stable and nightly builds for OS X and Linux (deb/rpm), as well as yum and apt repository information visit [https://osquery.io/downloads](https://osquery.io/downloads/).
##### FreeBSD
The easiest way to install osquery on FreeBSD is via the ports tree. Check [FreshPorts](http://www.freshports.org/sysutils/osquery) for the latest version information.
```bash
# from ports
cd /usr/ports/sysutils/osquery && make install clean
# from binary package
pkg install osquery
# using portmaster
portmaster sysutils/osquery
```
##### OS X (Homebrew)
The easiest way to install osquery on OS X is via Homebrew. Check the [Homebrew](http://brew.sh/) homepage for installation instructions.
```bash
# if you've never installed osquery
brew update
brew install osquery
# don't forget to update osquery!
brew update
brew upgrade osquery
```
For latest stable and nightly builds for OS X and Linux (deb/rpm), as well as yum and apt repository information visit [https://osquery.io/downloads](https://osquery.io/downloads/). For installation information for FreeBSD, which is supported by the osquery community, see the [wiki](https://osquery.readthedocs.org/en/latest/installation/install-freebsd/).
##### Building from source

View File

@ -0,0 +1,14 @@
## FreeBSD
The easiest way to install osquery on FreeBSD is via the ports tree. Check [FreshPorts](http://www.freshports.org/sysutils/osquery) for the latest version information.
```bash
# from ports
cd /usr/ports/sysutils/osquery && make install clean
# from binary package
pkg install osquery
# using portmaster
portmaster sysutils/osquery
```

View File

@ -12,6 +12,7 @@ pages:
- Installation:
- Install on OS X: installation/install-osx.md
- Install on Linux: installation/install-linux.md
- Install on FreeBSD: installation/install-freebsd.md
- Command Line Flags: installation/cli-flags.md
- 'Optional: Custom Packages': installation/custom-packages.md
- Deployment: