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 ```