docs: replace OSX with macOS

This commit is contained in:
partev 2021-07-05 09:51:00 -04:00 committed by GitHub
parent 76ea716abf
commit 0bfd6f793b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ FUSE.
First set up your remote using `rclone config`. Check it works with `rclone ls` etc.
On Linux and OSX, you can either run mount in foreground mode or background (daemon) mode.
On Linux and macOS, you can either run mount in foreground mode or background (daemon) mode.
Mount runs in foreground mode by default, use the `--daemon` flag to specify background mode.
You can only run mount in foreground mode on Windows.