Improve frontpage install code
This commit is contained in:
parent
484d49b557
commit
e55cbcb6ed
2 changed files with 7 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.
|
||||
</p>
|
||||
<code class='front-install'>
|
||||
<span class='sh'>$</span> pip3 install homeassistant<br />
|
||||
<span class='sh'>$</span> hass --open-ui
|
||||
<div>pip3 install homeassistant</div>
|
||||
<div>hass --open-ui</div>
|
||||
</code>
|
||||
<p class='hero-buttons'>
|
||||
<a href='{{ root_url }}/demo/' target='_blank'>View demo</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue