diff --git a/README.md b/README.md index a437f49..09e02ea 100755 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ docker run -d timothymiller/cloudflare_ddns:latest ## :penguin: (legacy) Linux + cron instructions (all distros) +### :running: Running + +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. + 1. Upload the cloudflare-ddns folder to your home directory /home/your_username_here/ 2. Run the following code in terminal @@ -71,10 +75,6 @@ crontab -e */15 * * * * /home/your_username_here/cloudflare-ddns/start-sync.sh ``` -### :running: (legacy) Running - -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. - ## License This Template is licensed under the GNU General Public License, version 3 (GPLv3) and is distributed free of charge.