From a1e1348214dec979fbde6dd2babb54a062df2a82 Mon Sep 17 00:00:00 2001 From: Tim Miller <46549361+timothymiller@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:23:46 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2128d5..54f2b64 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You can save yourself some trouble when hosting multiple domains pointing to the ## :running: Running -This script requires Python 3.5+, which comes preinstalled on the latest version of Raspbian. Download/clone this repo and execute `./sync`, which will set up a virtualenv, pull in any dependencies, and fire the script. +This script requires Python 3.5+, which comes preinstalled on the latest version of Raspbian. Download/clone this repo and give permission to the project's bash script by running `chmod +x ./start-sync.sh`. Now you can execute `./start-sync.sh`, which will set up a virtualenv, pull in any dependencies, and fire the script. ## :alarm_clock: Scheduling @@ -66,7 +66,7 @@ crontab -e 3. Add the following lines to sync your DNS records every 15 minutes ```bash -*/15 * * * * /home/your_username_here/cloudflare-ddns/sync +*/15 * * * * /home/your_username_here/cloudflare-ddns/start-sync.sh ``` ## License