Browse Source

Fix copy command in README

Thomas Dietrich 8 years ago
parent
commit
0774871d53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -73,7 +73,7 @@ To match personal needs, all operation details can be configured using the file
 The file needs to be created first:
 The file needs to be created first:
 
 
 ```shell
 ```shell
-cp /opt/miflora-mqtt-daemon/config.{ini.bak,ini}
+cp /opt/miflora-mqtt-daemon/config.{ini.dist,ini}
 vim /opt/miflora-mqtt-daemon/config.ini
 vim /opt/miflora-mqtt-daemon/config.ini
 ```
 ```