Update README.md
Add prerequisite installation
This commit is contained in:
parent
c384c3bee2
commit
4d272e0f67
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ This installation method provides the full Home Assistant experience on a regula
|
||||||
By not using the Home Assistant Operating System, the user is responsible for making sure that all required components are installed and maintained. Required components and their versions will change over time. Home Assistant Supervised is provided as-is as a foundation for community supported do-it-yourself solutions. We only accept bug reports for issues that have been reproduced on a freshly installed, fully updated Debian with no additional packages.
|
By not using the Home Assistant Operating System, the user is responsible for making sure that all required components are installed and maintained. Required components and their versions will change over time. Home Assistant Supervised is provided as-is as a foundation for community supported do-it-yourself solutions. We only accept bug reports for issues that have been reproduced on a freshly installed, fully updated Debian with no additional packages.
|
||||||
|
|
||||||
This method is considered advanced and should only be used if one is an expert in managing a Linux operating system, Docker and networking.
|
This method is considered advanced and should only be used if one is an expert in managing a Linux operating system, Docker and networking.
|
||||||
|
## Prequesite Installation
|
||||||
|
|
||||||
|
Run as root (sudo su):
|
||||||
|
```bash
|
||||||
|
apt install jq avahi-daemon network manager
|
||||||
|
```
|
||||||
|
Now follow the debian repository install instructions for Docker Community Edition: https://docs.docker.com/engine/install/debian/
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue