Updated README
This commit is contained in:
parent
568b7b5ce3
commit
168f59a6a1
@ -55,10 +55,6 @@ chmod +x ./build-docker-image.sh
|
|||||||
docker run -d timothymiller/cloudflare_ddns:latest
|
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)
|
## :penguin: (legacy) Linux + cron instructions (all distros)
|
||||||
|
|
||||||
1. Upload the cloudflare-ddns folder to your home directory /home/your_username_here/
|
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
|
*/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
|
## License
|
||||||
|
|
||||||
This Template is licensed under the GNU General Public License, version 3 (GPLv3) and is distributed free of charge.
|
This Template is licensed under the GNU General Public License, version 3 (GPLv3) and is distributed free of charge.
|
||||||
|
|||||||
Reference in New Issue
Block a user