From ae89a9a6861548244661da8a7b49b3ba05505416 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 24 Sep 2015 09:07:27 -0700 Subject: [PATCH] Update dev instructions --- source/developers/index.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/developers/index.markdown b/source/developers/index.markdown index 8ac3adc0a19..95bd7049eeb 100644 --- a/source/developers/index.markdown +++ b/source/developers/index.markdown @@ -25,9 +25,8 @@ You will need to setup a development environment if you want to start developing component for Home Assistant perform theses steps ```bash -cd your_root_folder_project git clone https://github.com/balloob/home-assistant.git -cd your_root_folder_project/home-assistant +cd home-assistant script/setup ```