Updated README
This commit is contained in:
parent
168f59a6a1
commit
8512dbc056
@ -57,6 +57,10 @@ docker run -d timothymiller/cloudflare_ddns:latest
|
|||||||
|
|
||||||
## :penguin: (legacy) Linux + cron instructions (all distros)
|
## :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/
|
1. Upload the cloudflare-ddns folder to your home directory /home/your_username_here/
|
||||||
|
|
||||||
2. Run the following code in terminal
|
2. Run the following code in terminal
|
||||||
@ -71,10 +75,6 @@ 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