replaced relative with absolute path (#3969)

This commit is contained in:
ChristianKuehnel 2017-11-18 09:19:28 +01:00 committed by Franck Nijhof
parent ce3a6a5e81
commit 709283303c

View File

@ -27,7 +27,7 @@ First step is to configure Home Assistant to use the development mode for the fr
```yaml
frontend:
development_repo: ../home-assistant-polymer
development_repo: <absolute path to home-assistant-polymer>
```
Next step is to git clone the [home-assistant-polymer repository][hass-polymer]. You can place the repository anywhere on your system but to keep these instructions simple we're cloning the home-assistant-polymer repository as a sibling to the Home Assistant repo.