Site updated at 2016-02-10 22:53:49 UTC

This commit is contained in:
Travis CI 2016-02-10 22:53:49 +00:00
parent e587f36c56
commit 4491949729
13 changed files with 167 additions and 167 deletions

View file

@ -130,9 +130,9 @@
<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 https://github.com/your_github_username/home-assistant.git
$ git remote add upstream git@github.com:balloob/home-assistant.git
<div class="code"><pre>$ git clone git@github.com:your_github_username/home-assistant.git
$ cd home-assistant
$ git remote add upstream https://github.com/balloob/home-assistant.git
$ script/setup
</pre></div>
</div>