Update root directory in docs (#1568)

This commit is contained in:
Mike Arpaia 2017-10-17 22:36:01 -06:00 committed by GitHub
parent baeb80f3b5
commit 57ec5fc331

View file

@ -46,7 +46,7 @@ To directly execute the launcher binary without having to mess with packages, in
```
./build/launcher \
--hostname=fleet.acme.net:443 \
--root_directory=/var/kolide-fleet \
--root_directory=$(mktemp -d) \
--enroll_secret=32IeN3QLgckHUmMD3iW40kyLdNJcGzP5
```