mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix git URLs and order of execution in developer guide bash commands.
This commit is contained in:
parent
62883d1b65
commit
8186b4415d
@ -22,9 +22,9 @@ Home Assistant is open-source and MIT licensed. The source can be found here:
|
||||
You will need to setup a development environment if you want to start developing a new feature or component for Home Assistant. Please follow these steps to perform it. Visit the [the Home Assistant repository](https://github.com/balloob/home-assistant) first and click fork in the top right.
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/your_github_username/home-assistant.git
|
||||
$ git remote add upstream git@github.com:balloob/home-assistant.git
|
||||
$ git clone git@github.com:your_github_username/home-assistant.git
|
||||
$ cd home-assistant
|
||||
$ git remote add upstream https://github.com/balloob/home-assistant.git
|
||||
$ script/setup
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user