mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
Documentation fixes
This commit is contained in:
parent
5a103bf5e9
commit
10b322a4fa
Binary file not shown.
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 53 KiB |
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user