From 242ee3d1b71272f377e42186ea9045a9376e4b9b Mon Sep 17 00:00:00 2001 From: Guillaume Wuip <guillaume@wuips.com> Date: Sat, 20 Jan 2018 23:34:09 +0100 Subject: [PATCH] Add macOS instructions to README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3da3126..6e80a26 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,12 @@ You can then run the script as a cron job : ``` */15 * * * * python /home/user/gandi-ddns.py ``` + +macOS + +``` +cd gandi-ddns +ln -s $(pwd) /usr/local/gandi-ddns +sudo cp gandi.ddns.plist /Library/LaunchDaemons/ +sudo launchctl /Library/LaunchDaemons/gandi.ddns.plist +``` -- GitLab