Fix sentence

This commit is contained in:
Fabian Affolter 2016-02-03 20:46:42 +01:00
parent dd363e81c1
commit 4f3c011fd1

View File

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