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:
David Beitey 2020-06-13 22:20:06 +10:00 committed by GitHub
parent ba6b4c506b
commit 079d706bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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