From 7a08769359a0483773ad698b7e2659cb98255ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81linson=20S=2E=20Xavier?= Date: Sun, 14 Jun 2020 08:58:32 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9de6523..37886ff 100644 --- a/README.md +++ b/README.md @@ -30,22 +30,21 @@ Options: The instructions below were tested on Ubuntu Linux 20.04 LTS. -1. Install `python3` and `pip`: +1. Install Python and pip: ``` -apt install python3 +sudo apt install python3 python3-pip ``` 2. Install package dependencies: ``` -pip install docopt +sudo pip3 install docopt ``` 3. Clone the repository somewhere: ``` -cd /opt git clone https://github.com/iSoron/hetzner-ddns.git ``` @@ -61,8 +60,8 @@ sudo make install 6. Run script and enable it during boot: ``` -sudo systemctl start hetzner-ddns -sudo systemctl enable hetzner-ddns +sudo make start +sudo make enable ``` ## License