diff --git a/docs/Deploy/Deploy-Fleet-on-CentOS.md b/docs/Deploy/Deploy-Fleet-on-CentOS.md index 9910b7d7a4..173617fd27 100644 --- a/docs/Deploy/Deploy-Fleet-on-CentOS.md +++ b/docs/Deploy/Deploy-Fleet-on-CentOS.md @@ -19,12 +19,15 @@ vagrant ssh ### Installing Fleet -To install Fleet, [download](https://github.com/fleetdm/fleet/releases), unzip, and move the latest Fleet binary to your desired install location. +To install Fleet, [download](https://github.com/fleetdm/fleet/releases) the file named `Source code +(zip)`, rename, unzip, and move the latest Fleet binary to your desired install location. For example, after downloading: ```sh -unzip fleet.zip 'linux/*' -d fleet -sudo cp fleet/linux/fleet* /usr/bin/ +mv .zip fleet.zip +unzip fleet.zip -d fleet +sudo cp fleet /usr/bin/ +sudo chmod u+x /usr/bin/fleet ``` ### Installing and configuring dependencies