Documentation fixes

This commit is contained in:
Paulus Schoutsen 2015-08-30 17:51:00 -07:00
parent 5a103bf5e9
commit 10b322a4fa
2 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -22,7 +22,6 @@
}
.install {
display: block;
white-space: pre;
line-height: 1.5em;
margin-top: 8px;
margin-bottom: 16px;
@ -33,8 +32,10 @@
<div class='content'>
<template is='dom-if' if='[[showInstallInstruction]]'>
To install Home Assistant, run:<br />
<code class='install'>pip3 install homeassistant
hass --open-ui</code>
<code class='install'>
pip3 install homeassistant<br />
hass --open-ui
</code>
</template>
Here are some resources to get started.
<ul>