update readme

This commit is contained in:
Pascal Vizeli 2020-03-30 17:42:25 +02:00
parent bdde9a724b
commit 2d1eaa25d8

View file

@ -1,5 +1,3 @@
[![Build Status](https://dev.azure.com/home-assistant/Hass.io/_apis/build/status/hassio-installer?branchName=master)](https://dev.azure.com/home-assistant/Hass.io/_build/latest?definitionId=6&branchName=master)
# Install Home Assistant Supervised # Install Home Assistant Supervised
As an alternative to using the images which include the Home Assistant operating-system and Docker, it is also possible to run Home Assistant on a generic system running another Linux of your choice such as Ubuntu, Debian, etc as Supervised. Because of all the various possible install options, these are more of a community supported installation choice. It follows that the more esoteric of a choice made with the OS, the less a user will find in terms of information and support from the community. As an alternative to using the images which include the Home Assistant operating-system and Docker, it is also possible to run Home Assistant on a generic system running another Linux of your choice such as Ubuntu, Debian, etc as Supervised. Because of all the various possible install options, these are more of a community supported installation choice. It follows that the more esoteric of a choice made with the OS, the less a user will find in terms of information and support from the community.
@ -31,7 +29,7 @@ network-manager
Run as root (sudo su): Run as root (sudo su):
```bash ```bash
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/install.sh | bash -s
``` ```
### Command line arguments ### Command line arguments
@ -45,7 +43,7 @@ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/maste
you can set these parameters by appending ` -- <parameter> <value>` like: you can set these parameters by appending ` -- <parameter> <value>` like:
```bash ```bash
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s -- -m MY_MACHINE curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/install.sh | bash -s -- -m MY_MACHINE
``` ```
## Supported Machine types ## Supported Machine types