Update Synology installation instructions (#4845)

The command to chown the directory was backwards
This commit is contained in:
Matt F 2018-03-06 13:37:44 -06:00 committed by Fabian Affolter
parent 24e2021c21
commit a303c393d9

View File

@ -61,7 +61,7 @@ Create homeassistant config directory & switch to it
```bash
# mkdir /volume1/homeassistant
# chown /volume1/homeassistant homeassistant
# chown homeassistant /volume1/homeassistant
# chmod 755 /volume1/homeassistant
# cd /volume1/homeassistant
```