Site updated at 2016-02-11 04:55:28 UTC

This commit is contained in:
Travis CI 2016-02-11 04:55:28 +00:00
parent 4491949729
commit cadb285937
13 changed files with 166 additions and 166 deletions

View file

@ -130,7 +130,7 @@
<p>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 <a href="https://github.com/balloob/home-assistant">the Home Assistant repository</a> first and click fork in the top right.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ git clone git@github.com:your_github_username/home-assistant.git
<div class="code"><pre>$ 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