From d91ab1a4263105e836c636e984438dd832156fad Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 24 Nov 2025 09:07:44 +0100 Subject: [PATCH] Warinings were added for MacOS --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dee165..1a69638 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Add the following line at the end. @daily maza update ``` -Some users have reported problems on MacOS while creating daemons, these can be fixed by editing crontab as below: +**Note for macOS users:** Cron runs with a minimal environment. You need to set the PATH to include all required binaries and `TERM=dumb` to prevent color output errors: ``` PATH=/bin:/usr/bin:/usr/local/bin:/opt/homebrew/bin @@ -127,6 +127,12 @@ TERM=dumb @daily maza update ``` +The PATH includes: +- `/bin` - bash +- `/usr/bin` - env +- `/usr/local/bin` - maza +- `/opt/homebrew/bin` - gsed (Apple Silicon) or adjust for Intel Macs if needed + ## 🔪 Uninstall ``` bash