replaced relative with absolute path (#3969)
This commit is contained in:
parent
ce3a6a5e81
commit
709283303c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ First step is to configure Home Assistant to use the development mode for the fr
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
frontend:
|
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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue