diff --git a/Readme.md b/Readme.md index f314da4..4a0c750 100644 --- a/Readme.md +++ b/Readme.md @@ -23,7 +23,7 @@ restic snapshots | curl -X POST -d @- http://restic_kumar_reporter/ or ```bash -restic snapshots | curl -X POST -d @- -u "$USER:$PASS" http://restic_kumar_reporter/ +restic snapshots | curl -X POST --data-binary @- -u "$USER:$PASS" http://restic_kumar_reporter/ ``` when RKC_USER and RKC_PASS are set.