diff --git a/source/developers/index.markdown b/source/developers/index.markdown index f3fc00735a6..384a03e829d 100644 --- a/source/developers/index.markdown +++ b/source/developers/index.markdown @@ -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.