From 86c5234623ea4e6150e87a15551b8b9db64f7fb3 Mon Sep 17 00:00:00 2001 From: Sebastian Geisler Date: Thu, 21 Nov 2019 10:47:21 +0100 Subject: [PATCH] add MacOS instructions to README fixes #10 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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