From 7c21e4547c8d1bb1e74070ce364c87eaa6b1ec23 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 10 Feb 2016 20:54:11 -0800 Subject: [PATCH] Update index.markdown --- source/developers/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/index.markdown b/source/developers/index.markdown index 02524771283..dfd5068fd48 100644 --- a/source/developers/index.markdown +++ b/source/developers/index.markdown @@ -22,7 +22,7 @@ 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 git@github.com:your_github_username/home-assistant.git +$ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant.git $ cd home-assistant $ git remote add upstream https://github.com/balloob/home-assistant.git $ script/setup