Minor update
This commit is contained in:
parent
58251c0194
commit
867192ff1d
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Install HassIO
|
# Install Hass.io
|
||||||
|
|
||||||
That is only if you want run HassIO on a generic system without our hardware images.
|
Beside the usage of the images it's also possible to run Hass.io on a generic system without flashing an image.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
@ -15,16 +15,18 @@ curl
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
Run as root:
|
Run as root:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -
|
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -
|
||||||
```
|
```
|
||||||
|
|
||||||
On a special platform they need set a machine type use:
|
On a special platform they need set a machine type use:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash - -m MY_MACHINE
|
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash - -m MY_MACHINE
|
||||||
```
|
```
|
||||||
|
|
||||||
## Machine
|
## Supported Machine types
|
||||||
|
|
||||||
- raspberrypi
|
- raspberrypi
|
||||||
- raspberrypi2
|
- raspberrypi2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue