Update README.md

Add prerequisite installation
This commit is contained in:
tduffy83 2020-09-21 20:00:03 -04:00 committed by GitHub
parent c384c3bee2
commit 4d272e0f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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