diff --git a/README.md b/README.md index d269b55..1c51796 100755 --- a/README.md +++ b/README.md @@ -14,25 +14,24 @@ On Synology First install : -sudo su - - -git clone http://192.168.2.200:3000/Docker/Domoticz.git - -cd Domoticz - -docker build --no-cache -t domoticz-test . + sudo su - + + git clone http://192.168.2.200:3000/Docker/Domoticz.git + + cd Domoticz + + docker build --no-cache -t domoticz-test . Update : - -sudo su - - -cd Domoticz - -git pull - -docker build --no-cache -t domoticz-test . + sudo su - + + cd Domoticz + + git pull + + docker build --no-cache -t domoticz-test .