diff --git a/README.md b/README.md index 26990d2..2b77209 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ see the instructions for building far down below. ## Downloads ``` -curl "https://rootprojects.org/serviceman/dist/$(uname -s)/$(uname -m)/serviceman" -o serviceman +curl -fsSL "https://rootprojects.org/serviceman/dist/$(uname -s)/$(uname -m)/serviceman" -o serviceman chmod +x ./serviceman ```