Modify updating documentation to point to Github releases page (#2045)

This commit is contained in:
Zachary Wasserman 2019-05-16 14:53:54 -07:00 committed by Jason Meller
parent caae22593f
commit bf36146320

View file

@ -16,25 +16,9 @@ Follow the binary update instructions corresponding to the original installation
#### Raw binaries
Download the latest raw Fleet binaries:
Download and unzip the Fleet binaries from [github.com/kolide/fleet/releases](https://github.com/kolide/fleet/releases).
```
curl -O https://dl.kolide.co/bin/fleet_latest.zip
```
Unzip the binaries for your platform:
```
# For a Darwin compatible binary
unzip fleet_latest.zip 'darwin/*' -d fleet
./fleet/darwin/fleet --help
# For a Linux compatible binary
unzip fleet_latest.zip 'linux/*' -d fleet
./fleet/linux/fleet --help
```
Replace the existing Fleet binary with the newly unzipped binary.
Replace the existing Fleet binary with the appropriate binary for your platform.
#### Docker container