Add -L option to curl (#2305)

The example in the README won't follow the github redirect without `-L`, so the example as is will download an html file instead of the actual `fleet.zip`. This fixes that.
This commit is contained in:
Stefhen Hovland 2020-09-24 12:42:19 -05:00 committed by GitHub
parent d959a4e4af
commit 7ce0472c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ For more information on using Fleet, refer to the [Configuring The Fleet Binary]
Download the latest raw Fleet binaries:
```
curl -O https://github.com/kolide/fleet/releases/latest/download/fleet.zip
curl -LO https://github.com/kolide/fleet/releases/latest/download/fleet.zip
```
Unzip the binaries for your platform: