From bb5b84659f179b4bdb2d40952b8fa67dcc574c59 Mon Sep 17 00:00:00 2001 From: Kyle Knight Date: Tue, 5 Jan 2021 14:13:29 -0600 Subject: [PATCH] Update 3-Adding-hosts.md (#174) Updating some verbiage, correcting link to Kolide's launcher docs, and fixing typo in code snippet --- docs/2-Deployment/3-Adding-hosts.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/2-Deployment/3-Adding-hosts.md b/docs/2-Deployment/3-Adding-hosts.md index 3c131e1ce9..a03d84b5d3 100644 --- a/docs/2-Deployment/3-Adding-hosts.md +++ b/docs/2-Deployment/3-Adding-hosts.md @@ -22,7 +22,8 @@ If you'd like to use the native osqueryd binaries to connect to Fleet, this is e ## Kolide osquery Launcher -We provide compiled releases of the launcher for all supported platforms. Those can be found [here](https://github.com/kolide/launcher/releases). But if you’d like to compile from source, the instructions are [here](../3-Contribution/1-Building-Fleet.md). +Kolide provides compiled releases of their launcher for all supported platforms. +Those can be found [here](https://github.com/kolide/launcher/releases), or if you’d like to compile from source, the instructions are [here](https://github.com/kolide/launcher/blob/master/docs/launcher.md#building-the-code). ### Connecting a single Launcher to Fleet @@ -53,7 +54,7 @@ mkdir .osquery ./build/launcher \ --hostname=localhost:8412 \ --root_directory=.osquery \ - --enroll_secret=32IeN3QLgckHUmMD3iW40kyLdNJcGzP5 + --enroll_secret=32IeN3QLgckHUmMD3iW40kyLdNJcGzP5 \ --insecure ```