From 627184f5659cadc15f11fe5d3ee8ded5ccf04114 Mon Sep 17 00:00:00 2001 From: Ammar Hussein Date: Mon, 26 May 2025 19:44:37 -0700 Subject: [PATCH] Add installation instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..334efba --- /dev/null +++ b/README.md @@ -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= python3 main.py +``` + +## Add the command to a cron job + +```bash +* * * * * cloudflare_api_token= python3 /main.py >> /logs.out +```