Browse Source

fixed docu

Toastie 1 year ago
parent
commit
6e8f75d48b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -7,9 +7,8 @@
 
 To install the service run:
 ```
-cp services.conf services.conf.template
+cp services.conf.template services.conf
 # add absolute paths to your docker-compose.yml files
-vi .env
 cp container-startup.service /etc/systemd/system/
 systemctl enable container-startup.service
 ```