update readme
This commit is contained in:
parent
bdde9a724b
commit
2d1eaa25d8
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
[](https://dev.azure.com/home-assistant/Hass.io/_build/latest?definitionId=6&branchName=master)
|
||||
|
||||
# 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.
|
||||
|
@ -31,7 +29,7 @@ network-manager
|
|||
Run as root (sudo su):
|
||||
|
||||
```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
|
||||
|
@ -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:
|
||||
|
||||
```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
|
||||
|
|
Loading…
Reference in a new issue