From 9cd5fc093e8000ba640fe837570f613d81605fa9 Mon Sep 17 00:00:00 2001 From: rafal Date: Thu, 29 Jan 2026 20:49:36 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 171f853..5cf62a2 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,15 @@ It is recommended to install this in a system directory. ```bash 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 -cd /opt/ionos-ddns``` +cd /opt/ionos-ddns +``` ### 2. Install dependencies ``` sudo apt update sudo apt install python3-pip -sudo pip3 install -r requirements.txt``` +sudo pip3 install -r requirements.txt +``` ### 3. Configuration ```