From e4dae3c30046845c53f4429691191e91ac9bd420 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Mon, 10 Feb 2025 21:31:15 +0800 Subject: [PATCH] rclone-mac: update caveat --- Formula/rclone-mac.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/rclone-mac.rb b/Formula/rclone-mac.rb index c3efef6..db6d576 100644 --- a/Formula/rclone-mac.rb +++ b/Formula/rclone-mac.rb @@ -42,6 +42,10 @@ class RcloneMac < Formula If you need to use it as `rclone`, add the "rclone" directory to your PATH like: PATH="#{opt_libexec}/rclone:$PATH" + + `#{name}` supports the `mount` command on macOS, unlike the + Homebrew core `rclone`. If you don't need `mount`, please + `brew install rclone` instead. EOS end