From 406dd49a499ff71d8b6c58b37f7c3bc9d41850e2 Mon Sep 17 00:00:00 2001 From: rafal Date: Thu, 29 Jan 2026 20:49:20 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bb9440..171f853 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ 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 ```