diff --git a/README.md b/README.md index 403f790..a437f49 100755 --- a/README.md +++ b/README.md @@ -55,10 +55,6 @@ chmod +x ./build-docker-image.sh docker run -d timothymiller/cloudflare_ddns:latest ``` -### :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. - ## :penguin: (legacy) Linux + cron instructions (all distros) 1. Upload the cloudflare-ddns folder to your home directory /home/your_username_here/ @@ -75,6 +71,10 @@ 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.