Fix sentence
This commit is contained in:
parent
dd363e81c1
commit
4f3c011fd1
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Home Assistant is open-source and MIT licensed. The source can be found here:
|
|||
|
||||
### {% linkable_title Starting development %}
|
||||
|
||||
You will need to setup a development environment if you want to start developing a new feature or component for Home Assistant perform theses steps. Visit the [the Home Assistant repository](https://github.com/balloob/home-assistant) and click fork in the top right.
|
||||
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
|
||||
|
@ -28,7 +28,7 @@ $ cd home-assistant
|
|||
$ script/setup
|
||||
```
|
||||
|
||||
we suggest that you setup a [virtual environment](https://docs.python.org/3.4/library/venv.html) aka `venv` before running the setup script.
|
||||
We suggest that you setup a [virtual environment](https://docs.python.org/3.4/library/venv.html) aka `venv` before running the setup script.
|
||||
|
||||
After following these steps, running `hass` will invoke your local installation.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue