Update README.md

This commit is contained in:
rafal 2026-01-29 20:49:36 +00:00
parent 406dd49a49
commit 9cd5fc093e

View File

@ -24,13 +24,15 @@ It is recommended to install this in a system directory.
```bash ```bash
sudo mkdir -p /opt/ionos-ddns sudo mkdir -p /opt/ionos-ddns
sudo git clone [https://github.com/TWOJA_NAZWA/ionos-ddns.git](https://github.com/TWOJA_NAZWA/ionos-ddns.git) /opt/ionos-ddns sudo git clone [https://github.com/TWOJA_NAZWA/ionos-ddns.git](https://github.com/TWOJA_NAZWA/ionos-ddns.git) /opt/ionos-ddns
cd /opt/ionos-ddns``` cd /opt/ionos-ddns
```
### 2. Install dependencies ### 2. Install dependencies
``` ```
sudo apt update sudo apt update
sudo apt install python3-pip sudo apt install python3-pip
sudo pip3 install -r requirements.txt``` sudo pip3 install -r requirements.txt
```
### 3. Configuration ### 3. Configuration
``` ```