diff --git a/README.md b/README.md index 63cdf5f..802b934 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,11 @@ ARGS: git clone https://github.com/sgeisler/cargo-remote cargo install --path cargo-remote/ ``` + +### MacOS Problems +It was reported that the `rsync` version shipped with MacOS doesn't support the progress flag and thus fails when +`cargo-remote` tries to use it. You can install a newer version by running +```bash +brew install rsync +``` +See also [#10](https://github.com/sgeisler/cargo-remote/issues/10). \ No newline at end of file