mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-28 23:37:15 +00:00
Fix upstream repo URL in code clone example (#576)
The previous URL was invalid, having a duplicate directory in the path
This commit is contained in:
parent
ba6b4c506b
commit
079d706bee
@ -18,7 +18,7 @@ The first step is to fork the [frontend repository][hass-frontend] and add the u
|
||||
```shell
|
||||
git clone git@github.com:YOUR_GIT_USERNAME/frontend.git
|
||||
cd frontend
|
||||
git remote add upstream https://github.com/home-assistant/home-assistant/frontend.git
|
||||
git remote add upstream https://github.com/home-assistant/frontend.git
|
||||
```
|
||||
|
||||
### Configuring Home Assistant
|
||||
|
Loading…
x
Reference in New Issue
Block a user