Add installation instructions
This commit is contained in:
parent
84cd39e5ef
commit
627184f565
19
README.md
Normal file
19
README.md
Normal 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user