From 95df5f98cbd1d6456c012968f16aa1a3c26707e4 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sun, 14 Jun 2020 08:47:59 -0500 Subject: [PATCH] README: Fix code blocks --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fa3f581..be10b1e 100644 --- a/README.md +++ b/README.md @@ -30,28 +30,28 @@ The instructions below were tested on Ubuntu Linux 20.04 LTS. 1. Install `python3` and `pip`: - apt install python3 + apt install python3 2. Install package dependencies: - pip install docopt + pip install docopt 3. Clone the repository somewhere: - cd /opt - git clone https://github.com/iSoron/hetzner-ddns.git + cd /opt + git clone https://github.com/iSoron/hetzner-ddns.git 4. Install the script system-wide: - cd hetzner-ddns - sudo make install + cd hetzner-ddns + sudo make install 5. Create a configuration file in `/etc/hetzner-ddns.conf` with you API token. See `/etc/hetzner-ddns.conf.example` for an example. 6. Run script and enable it during boot: - systemctl start hetzner-ddns - systemctl enable hetzner-ddns + sudo systemctl start hetzner-ddns + sudo systemctl enable hetzner-ddns ## License