Match release executable name to install commands (#1640)

Current fleet_latest.zip linux executable name is fleet_linux_amd64, which doesn't match sudo cp
This commit is contained in:
Greg 2017-11-19 11:01:43 -05:00 committed by Victor Vrantchan
parent 8291119067
commit cb3c14e16a

View file

@ -23,7 +23,7 @@ To install Fleet, run the following:
```
$ wget https://dl.kolide.co/bin/fleet_latest.zip
$ unzip fleet_latest.zip 'linux/*' -d fleet
$ sudo cp fleet/linux/fleet /usr/bin/fleet
$ sudo cp fleet/linux/fleet* /usr/bin/fleet
```
## Installing and configuring dependencies