diff --git a/opencloud/install.md b/opencloud/install.md
index 8658dad..73740cf 100644
--- a/opencloud/install.md
+++ b/opencloud/install.md
@@ -79,7 +79,7 @@ We will then later change it to the actual domain.
nano/etc/systemd/system/opencloud.service
with the contents:
-
[Unit]
+[Unit]
Description=OpenCloud Service
After=network.target
@@ -97,8 +97,8 @@ StandardOutput=journal
StandardError=journal
[Install]
-WantedBy=multi-user.target
-
+WantedBy=multi-user.target
+
Don’t start the service yet!
First we need to initialize opencloud, it also needs to use our .env file for the init to create the files in the correct places.
sudo -u opencloud env $(cat /mnt/dietpi_userdata/opencloud/config/config.env | xargs) /opt/opencloud/opencloud init