add MacOS instructions to README

fixes #10
pull/11/head
Sebastian Geisler 5 years ago
parent 083feac84e
commit 86c5234623

@ -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).
Loading…
Cancel
Save