Update README.md
This commit is contained in:
parent
0a29dfb692
commit
285abe66fd
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,11 +1,13 @@
|
||||||
[](https://dev.azure.com/home-assistant/Hass.io/_build/latest?definitionId=6&branchName=master)
|
[](https://dev.azure.com/home-assistant/Hass.io/_build/latest?definitionId=6&branchName=master)
|
||||||
|
|
||||||
# Install Hass.io
|
# Install Home Assistant Supervised
|
||||||
|
|
||||||
As an alternative to using the images which include the HassOS operating system and Docker, it is also possible to run Hass.io on a generic system running another OS of your choice such as Ubuntu, Debian, etc. 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.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
We Support only Linux with follow [FHS 3.0](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard)!
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-ce
|
docker-ce
|
||||||
bash
|
bash
|
||||||
|
@ -15,8 +17,6 @@ avahi-daemon
|
||||||
dbus
|
dbus
|
||||||
```
|
```
|
||||||
|
|
||||||
**Important**: Don't only install NetworkManager, you need also use it on your system.
|
|
||||||
|
|
||||||
## Optional
|
## Optional
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -24,6 +24,8 @@ apparmor-utils
|
||||||
network-manager
|
network-manager
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Important**: Don't only install NetworkManager, you need also use it on your system.
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
Run as root (sudo su):
|
Run as root (sudo su):
|
||||||
|
|
Loading…
Reference in a new issue