Add installation instructions

This commit is contained in:
Ammar Hussein 2025-05-26 19:44:37 -07:00
parent 84cd39e5ef
commit 627184f565

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# Installation
## Add the scrip on the server
```bash
git clone https://git.coopcloud.tech/RTM/sootie-dynamic-dns.git
```
## Test the script run
```bash
cloudflare_api_token=<replace-with-actual-key> python3 main.py
```
## Add the command to a cron job
```bash
* * * * * cloudflare_api_token=<replace-with-actual-token> python3 <path-to-project>/main.py >> <path-to-project>/logs.out
```