Private GIT

Skip to content
Snippets Groups Projects
Commit 242ee3d1 authored by Guillaume Wuip's avatar Guillaume Wuip
Browse files

Add macOS instructions to README.md

parent 887dee61
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment