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